@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- controller-gen.kubebuilder.io/version : v0.14.0
6
+ controller-gen.kubebuilder.io/version : v0.16.1
7
7
name : reactivejoboperators.operator.kyma-project.io
8
8
spec :
9
9
group : operator.kyma-project.io
@@ -980,12 +980,10 @@ spec:
980
980
Some volume types allow the Kubelet to change the ownership of that volume
981
981
to be owned by the pod:
982
982
983
-
984
983
1. The owning GID will be the FSGroup
985
984
2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
986
985
3. The permission bits are OR'd with rw-rw----
987
986
988
-
989
987
If unset, the Kubelet will not modify the ownership and permissions of any volume.
990
988
Note that this field cannot be set when spec.os.name is windows.
991
989
format : int64
@@ -1072,7 +1070,6 @@ spec:
1072
1070
type indicates which kind of seccomp profile will be applied.
1073
1071
Valid options are:
1074
1072
1075
-
1076
1073
Localhost - a profile defined in a file on the node should be used.
1077
1074
RuntimeDefault - the container runtime default profile should be used.
1078
1075
Unconfined - no profile should be applied.
@@ -1159,11 +1156,9 @@ spec:
1159
1156
Claims lists the names of resources, defined in spec.resourceClaims,
1160
1157
that are used by this container.
1161
1158
1162
-
1163
1159
This is an alpha field and requires enabling the
1164
1160
DynamicResourceAllocation feature gate.
1165
1161
1166
-
1167
1162
This field is immutable. It can only be set for containers.
1168
1163
items :
1169
1164
description : ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -1333,7 +1328,6 @@ spec:
1333
1328
type indicates which kind of seccomp profile will be applied.
1334
1329
Valid options are:
1335
1330
1336
-
1337
1331
Localhost - a profile defined in a file on the node should be used.
1338
1332
RuntimeDefault - the container runtime default profile should be used.
1339
1333
Unconfined - no profile should be applied.
@@ -1475,7 +1469,6 @@ spec:
1475
1469
Keys that don't exist in the incoming pod labels will
1476
1470
be ignored. A null or empty list means only match against labelSelector.
1477
1471
1478
-
1479
1472
This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).
1480
1473
items :
1481
1474
type : string
@@ -1515,7 +1508,6 @@ spec:
1515
1508
Valid values are integers greater than 0.
1516
1509
When value is not nil, WhenUnsatisfiable must be DoNotSchedule.
1517
1510
1518
-
1519
1511
For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same
1520
1512
labelSelector spread as 2/2/2:
1521
1513
| zone1 | zone2 | zone3 |
@@ -1525,7 +1517,6 @@ spec:
1525
1517
because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones,
1526
1518
it will violate MaxSkew.
1527
1519
1528
-
1529
1520
This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default).
1530
1521
format : int32
1531
1522
type : integer
@@ -1536,7 +1527,6 @@ spec:
1536
1527
- Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations.
1537
1528
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
1538
1529
1539
-
1540
1530
If this value is nil, the behavior is equivalent to the Honor policy.
1541
1531
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
1542
1532
type : string
@@ -1548,7 +1538,6 @@ spec:
1548
1538
has a toleration, are included.
1549
1539
- Ignore: node taints are ignored. All nodes are included.
1550
1540
1551
-
1552
1541
If this value is nil, the behavior is equivalent to the Ignore policy.
1553
1542
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
1554
1543
type : string
0 commit comments