@@ -324,7 +324,6 @@ spec:
324324 pod labels will be ignored. The default value is empty.
325325 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
326326 Also, matchLabelKeys cannot be set when labelSelector isn't set.
327- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
328327 items :
329328 type : string
330329 type : array
@@ -339,7 +338,6 @@ spec:
339338 pod labels will be ignored. The default value is empty.
340339 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
341340 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
342- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
343341 items :
344342 type : string
345343 type : array
@@ -505,7 +503,6 @@ spec:
505503 pod labels will be ignored. The default value is empty.
506504 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
507505 Also, matchLabelKeys cannot be set when labelSelector isn't set.
508- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
509506 items :
510507 type : string
511508 type : array
@@ -520,7 +517,6 @@ spec:
520517 pod labels will be ignored. The default value is empty.
521518 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
522519 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
523- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
524520 items :
525521 type : string
526522 type : array
@@ -683,7 +679,6 @@ spec:
683679 pod labels will be ignored. The default value is empty.
684680 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
685681 Also, matchLabelKeys cannot be set when labelSelector isn't set.
686- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
687682 items :
688683 type : string
689684 type : array
@@ -698,7 +693,6 @@ spec:
698693 pod labels will be ignored. The default value is empty.
699694 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
700695 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
701- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
702696 items :
703697 type : string
704698 type : array
@@ -864,7 +858,6 @@ spec:
864858 pod labels will be ignored. The default value is empty.
865859 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
866860 Also, matchLabelKeys cannot be set when labelSelector isn't set.
867- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
868861 items :
869862 type : string
870863 type : array
@@ -879,7 +872,6 @@ spec:
879872 pod labels will be ignored. The default value is empty.
880873 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
881874 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
882- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
883875 items :
884876 type : string
885877 type : array
@@ -1169,7 +1161,7 @@ spec:
11691161 Cannot be updated.
11701162 items :
11711163 description : EnvFromSource represents the source of a set
1172- of ConfigMaps
1164+ of ConfigMaps or Secrets
11731165 properties :
11741166 configMapRef :
11751167 description : The ConfigMap to select from
@@ -1190,8 +1182,8 @@ spec:
11901182 type : object
11911183 x-kubernetes-map-type : atomic
11921184 prefix :
1193- description : An optional identifier to prepend to each
1194- key in the ConfigMap . Must be a C_IDENTIFIER.
1185+ description : Optional text to prepend to the name of each
1186+ environment variable . Must be a C_IDENTIFIER.
11951187 type : string
11961188 secretRef :
11971189 description : The Secret to select from
@@ -1454,6 +1446,12 @@ spec:
14541446 - port
14551447 type : object
14561448 type : object
1449+ stopSignal :
1450+ description : |-
1451+ StopSignal defines which signal will be sent to a container when it is being stopped.
1452+ If not specified, the default is defined by the container runtime in use.
1453+ StopSignal can only be set for Pods with a non-empty .spec.os.name
1454+ type : string
14571455 type : object
14581456 livenessProbe :
14591457 description : |-
0 commit comments