@@ -1157,8 +1157,9 @@ spec:
1157
1157
API server Deployment container.
1158
1158
properties :
1159
1159
name :
1160
- description : Name is an enum which identifies
1160
+ description : ' Name is an enum which identifies
1161
1161
the API server Deployment container by name.
1162
+ Supported values are: calico-apiserver, tigera-queryserver'
1162
1163
enum :
1163
1164
- calico-apiserver
1164
1165
- tigera-queryserver
@@ -1223,7 +1224,8 @@ spec:
1223
1224
If Requests is omitted for a container,
1224
1225
it defaults to Limits if that is explicitly
1225
1226
specified, otherwise to an implementation-defined
1226
- value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1227
+ value. Requests cannot exceed Limits.
1228
+ More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1227
1229
type : object
1228
1230
type : object
1229
1231
required :
@@ -1241,9 +1243,9 @@ spec:
1241
1243
an API server Deployment init container.
1242
1244
properties :
1243
1245
name :
1244
- description : Name is an enum which identifies
1246
+ description : ' Name is an enum which identifies
1245
1247
the API server Deployment init container by
1246
- name.
1248
+ name. Supported values are: calico-apiserver-certs-key-cert-provisioner '
1247
1249
enum :
1248
1250
- calico-apiserver-certs-key-cert-provisioner
1249
1251
type : string
@@ -1305,7 +1307,8 @@ spec:
1305
1307
If Requests is omitted for a container,
1306
1308
it defaults to Limits if that is explicitly
1307
1309
specified, otherwise to an implementation-defined
1308
- value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1310
+ value. Requests cannot exceed Limits.
1311
+ More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1309
1312
type : object
1310
1313
type : object
1311
1314
required :
@@ -1449,16 +1452,21 @@ spec:
1449
1452
type : object
1450
1453
x-kubernetes-map-type : atomic
1451
1454
matchLabelKeys :
1452
- description : MatchLabelKeys is a set of pod
1455
+ description : " MatchLabelKeys is a set of pod
1453
1456
label keys to select the pods over which spreading
1454
1457
will be calculated. The keys are used to lookup
1455
1458
values from the incoming pod labels, those
1456
1459
key-value labels are ANDed with labelSelector
1457
1460
to select the group of existing pods over
1458
1461
which spreading will be calculated for the
1459
- incoming pod. Keys that don't exist in the
1460
- incoming pod labels will be ignored. A null
1461
- or empty list means only match against labelSelector.
1462
+ incoming pod. The same key is forbidden to
1463
+ exist in both MatchLabelKeys and LabelSelector.
1464
+ MatchLabelKeys cannot be set when LabelSelector
1465
+ isn't set. Keys that don't exist in the incoming
1466
+ pod labels will be ignored. A null or empty
1467
+ list means only match against labelSelector.
1468
+ \n This is a beta field and requires the MatchLabelKeysInPodTopologySpread
1469
+ feature gate to be enabled (enabled by default)."
1462
1470
items :
1463
1471
type : string
1464
1472
type : array
0 commit comments