You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/managedupgrade.appuio.io_upgradejobhooks.yaml
+29-30Lines changed: 29 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -202,8 +202,6 @@ spec:
202
202
batch.kubernetes.io/job-index-failure-count annotation. It can only
203
203
be set when Job's completionMode=Indexed, and the Pod's restart
204
204
policy is Never. The field is immutable.
205
-
This field is beta-level. It can be used when the `JobBackoffLimitPerIndex`
206
-
feature gate is enabled (enabled by default).
207
205
format: int32
208
206
type: integer
209
207
completionMode:
@@ -279,8 +277,6 @@ spec:
279
277
It can only be specified when backoffLimitPerIndex is set.
280
278
It can be null or up to completions. It is required and must be
281
279
less than or equal to 10^4 when is completions greater than 10^5.
282
-
This field is beta-level. It can be used when the `JobBackoffLimitPerIndex`
283
-
feature gate is enabled (enabled by default).
284
280
format: int32
285
281
type: integer
286
282
parallelism:
@@ -323,8 +319,6 @@ spec:
323
319
running pods are terminated.
324
320
- FailIndex: indicates that the pod's index is marked as Failed and will
325
321
not be restarted.
326
-
This value is beta-level. It can be used when the
327
-
`JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).
328
322
- Ignore: indicates that the counter towards the .backoffLimit is not
329
323
incremented and a replacement pod is created.
330
324
- Count: indicates that the pod is handled in the default way - the
@@ -479,9 +473,6 @@ spec:
479
473
only when the number of succeeded pods equals to the completions.
480
474
When the field is specified, it must be immutable and works only for the Indexed Jobs.
481
475
Once the Job meets the SuccessPolicy, the lingering pods are terminated.
482
-
483
-
This field is beta-level. To use this field, you must enable the
484
-
`JobSuccessPolicy` feature gate (enabled by default).
485
476
properties:
486
477
rules:
487
478
description: |-
@@ -874,7 +865,6 @@ spec:
874
865
pod labels will be ignored. The default value is empty.
875
866
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
876
867
Also, matchLabelKeys cannot be set when labelSelector isn't set.
877
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
878
868
items:
879
869
type: string
880
870
type: array
@@ -889,7 +879,6 @@ spec:
889
879
pod labels will be ignored. The default value is empty.
890
880
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
891
881
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
892
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
893
882
items:
894
883
type: string
895
884
type: array
@@ -1059,7 +1048,6 @@ spec:
1059
1048
pod labels will be ignored. The default value is empty.
1060
1049
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
1061
1050
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1062
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1063
1051
items:
1064
1052
type: string
1065
1053
type: array
@@ -1074,7 +1062,6 @@ spec:
1074
1062
pod labels will be ignored. The default value is empty.
1075
1063
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
1076
1064
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1077
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1078
1065
items:
1079
1066
type: string
1080
1067
type: array
@@ -1243,7 +1230,6 @@ spec:
1243
1230
pod labels will be ignored. The default value is empty.
1244
1231
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
1245
1232
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1246
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1247
1233
items:
1248
1234
type: string
1249
1235
type: array
@@ -1258,7 +1244,6 @@ spec:
1258
1244
pod labels will be ignored. The default value is empty.
1259
1245
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
1260
1246
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1261
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1262
1247
items:
1263
1248
type: string
1264
1249
type: array
@@ -1428,7 +1413,6 @@ spec:
1428
1413
pod labels will be ignored. The default value is empty.
1429
1414
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
1430
1415
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1431
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1432
1416
items:
1433
1417
type: string
1434
1418
type: array
@@ -1443,7 +1427,6 @@ spec:
1443
1427
pod labels will be ignored. The default value is empty.
1444
1428
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
1445
1429
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1446
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1447
1430
items:
1448
1431
type: string
1449
1432
type: array
@@ -1712,7 +1695,7 @@ spec:
1712
1695
Cannot be updated.
1713
1696
items:
1714
1697
description: EnvFromSource represents the
1715
-
source of a set of ConfigMaps
1698
+
source of a set of ConfigMaps or Secrets
1716
1699
properties:
1717
1700
configMapRef:
1718
1701
description: The ConfigMap to select from
@@ -1733,8 +1716,8 @@ spec:
1733
1716
type: object
1734
1717
x-kubernetes-map-type: atomic
1735
1718
prefix:
1736
-
description: An optional identifier to
1737
-
prepend to each key in the ConfigMap.
1719
+
description: Optional text to prepend
1720
+
to the name of each environment variable.
1738
1721
Must be a C_IDENTIFIER.
1739
1722
type: string
1740
1723
secretRef:
@@ -2009,6 +1992,12 @@ spec:
2009
1992
- port
2010
1993
type: object
2011
1994
type: object
1995
+
stopSignal:
1996
+
description: |-
1997
+
StopSignal defines which signal will be sent to a container when it is being stopped.
1998
+
If not specified, the default is defined by the container runtime in use.
1999
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
2000
+
type: string
2012
2001
type: object
2013
2002
livenessProbe:
2014
2003
description: |-
@@ -3258,7 +3247,7 @@ spec:
3258
3247
Cannot be updated.
3259
3248
items:
3260
3249
description: EnvFromSource represents the
3261
-
source of a set of ConfigMaps
3250
+
source of a set of ConfigMaps or Secrets
3262
3251
properties:
3263
3252
configMapRef:
3264
3253
description: The ConfigMap to select from
@@ -3279,8 +3268,8 @@ spec:
3279
3268
type: object
3280
3269
x-kubernetes-map-type: atomic
3281
3270
prefix:
3282
-
description: An optional identifier to
3283
-
prepend to each key in the ConfigMap.
3271
+
description: Optional text to prepend
3272
+
to the name of each environment variable.
3284
3273
Must be a C_IDENTIFIER.
3285
3274
type: string
3286
3275
secretRef:
@@ -3552,6 +3541,12 @@ spec:
3552
3541
- port
3553
3542
type: object
3554
3543
type: object
3544
+
stopSignal:
3545
+
description: |-
3546
+
StopSignal defines which signal will be sent to a container when it is being stopped.
3547
+
If not specified, the default is defined by the container runtime in use.
3548
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
3549
+
type: string
3555
3550
type: object
3556
3551
livenessProbe:
3557
3552
description: Probes are not allowed for ephemeral
@@ -4621,7 +4616,7 @@ spec:
4621
4616
Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
4622
4617
The resourceRequirements of an init container are taken into account during scheduling
4623
4618
by finding the highest request/limit for each resource type, and then using the max of
4624
-
of that value or the sum of the normal containers. Limits are applied to init containers
4619
+
that value or the sum of the normal containers. Limits are applied to init containers
4625
4620
in a similar fashion.
4626
4621
Init containers cannot currently be added or removed.
4627
4622
Cannot be updated.
@@ -4801,7 +4796,7 @@ spec:
4801
4796
Cannot be updated.
4802
4797
items:
4803
4798
description: EnvFromSource represents the
4804
-
source of a set of ConfigMaps
4799
+
source of a set of ConfigMaps or Secrets
4805
4800
properties:
4806
4801
configMapRef:
4807
4802
description: The ConfigMap to select from
@@ -4822,8 +4817,8 @@ spec:
4822
4817
type: object
4823
4818
x-kubernetes-map-type: atomic
4824
4819
prefix:
4825
-
description: An optional identifier to
4826
-
prepend to each key in the ConfigMap.
4820
+
description: Optional text to prepend
4821
+
to the name of each environment variable.
4827
4822
Must be a C_IDENTIFIER.
4828
4823
type: string
4829
4824
secretRef:
@@ -5098,6 +5093,12 @@ spec:
5098
5093
- port
5099
5094
type: object
5100
5095
type: object
5096
+
stopSignal:
5097
+
description: |-
5098
+
StopSignal defines which signal will be sent to a container when it is being stopped.
5099
+
If not specified, the default is defined by the container runtime in use.
5100
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
5101
+
type: string
5101
5102
type: object
5102
5103
livenessProbe:
5103
5104
description: |-
@@ -6833,7 +6834,6 @@ spec:
6833
6834
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
6834
6835
6835
6836
If this value is nil, the behavior is equivalent to the Honor policy.
6836
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
6837
6837
type: string
6838
6838
nodeTaintsPolicy:
6839
6839
description: |-
@@ -6844,7 +6844,6 @@ spec:
6844
6844
- Ignore: node taints are ignored. All nodes are included.
6845
6845
6846
6846
If this value is nil, the behavior is equivalent to the Ignore policy.
6847
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
6848
6847
type: string
6849
6848
topologyKey:
6850
6849
description: |-
@@ -7855,7 +7854,7 @@ spec:
7855
7854
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
7856
7855
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
7857
7856
The volume will be mounted read-only (ro) and non-executable files (noexec).
7858
-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
7857
+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
7859
7858
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
0 commit comments