@@ -324,7 +324,6 @@ spec:
324
324
pod labels will be ignored. The default value is empty.
325
325
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
326
326
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).
328
327
items :
329
328
type : string
330
329
type : array
@@ -339,7 +338,6 @@ spec:
339
338
pod labels will be ignored. The default value is empty.
340
339
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
341
340
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).
343
341
items :
344
342
type : string
345
343
type : array
@@ -505,7 +503,6 @@ spec:
505
503
pod labels will be ignored. The default value is empty.
506
504
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
507
505
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).
509
506
items :
510
507
type : string
511
508
type : array
@@ -520,7 +517,6 @@ spec:
520
517
pod labels will be ignored. The default value is empty.
521
518
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
522
519
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).
524
520
items :
525
521
type : string
526
522
type : array
@@ -683,7 +679,6 @@ spec:
683
679
pod labels will be ignored. The default value is empty.
684
680
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
685
681
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).
687
682
items :
688
683
type : string
689
684
type : array
@@ -698,7 +693,6 @@ spec:
698
693
pod labels will be ignored. The default value is empty.
699
694
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
700
695
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).
702
696
items :
703
697
type : string
704
698
type : array
@@ -864,7 +858,6 @@ spec:
864
858
pod labels will be ignored. The default value is empty.
865
859
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
866
860
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).
868
861
items :
869
862
type : string
870
863
type : array
@@ -879,7 +872,6 @@ spec:
879
872
pod labels will be ignored. The default value is empty.
880
873
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
881
874
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).
883
875
items :
884
876
type : string
885
877
type : array
@@ -1169,7 +1161,7 @@ spec:
1169
1161
Cannot be updated.
1170
1162
items :
1171
1163
description : EnvFromSource represents the source of a set
1172
- of ConfigMaps
1164
+ of ConfigMaps or Secrets
1173
1165
properties :
1174
1166
configMapRef :
1175
1167
description : The ConfigMap to select from
@@ -1190,8 +1182,8 @@ spec:
1190
1182
type : object
1191
1183
x-kubernetes-map-type : atomic
1192
1184
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.
1195
1187
type : string
1196
1188
secretRef :
1197
1189
description : The Secret to select from
@@ -1454,6 +1446,12 @@ spec:
1454
1446
- port
1455
1447
type : object
1456
1448
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
1457
1455
type : object
1458
1456
livenessProbe :
1459
1457
description : |-
0 commit comments