@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.5
6+ controller-gen.kubebuilder.io/version : v0.19.0
77 name : registrycredentialinjectors.operator.kyma-project.io
88spec :
99 group : operator.kyma-project.io
@@ -332,7 +332,6 @@ spec:
332332 pod labels will be ignored. The default value is empty.
333333 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
334334 Also, matchLabelKeys cannot be set when labelSelector isn't set.
335- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
336335 items :
337336 type : string
338337 type : array
@@ -347,7 +346,6 @@ spec:
347346 pod labels will be ignored. The default value is empty.
348347 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
349348 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
350- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
351349 items :
352350 type : string
353351 type : array
@@ -513,7 +511,6 @@ spec:
513511 pod labels will be ignored. The default value is empty.
514512 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
515513 Also, matchLabelKeys cannot be set when labelSelector isn't set.
516- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
517514 items :
518515 type : string
519516 type : array
@@ -528,7 +525,6 @@ spec:
528525 pod labels will be ignored. The default value is empty.
529526 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
530527 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
531- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
532528 items :
533529 type : string
534530 type : array
@@ -621,8 +617,8 @@ spec:
621617 most preferred is the one with the greatest sum of weights, i.e.
622618 for each node that meets all of the scheduling requirements (resource
623619 request, requiredDuringScheduling anti-affinity expressions, etc.),
624- compute a sum by iterating through the elements of this field and adding
625- "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
620+ compute a sum by iterating through the elements of this field and subtracting
621+ "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the
626622 node(s) with the highest sum are the most preferred.
627623 items :
628624 description : The weights of all of the matched WeightedPodAffinityTerm
@@ -691,7 +687,6 @@ spec:
691687 pod labels will be ignored. The default value is empty.
692688 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
693689 Also, matchLabelKeys cannot be set when labelSelector isn't set.
694- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
695690 items :
696691 type : string
697692 type : array
@@ -706,7 +701,6 @@ spec:
706701 pod labels will be ignored. The default value is empty.
707702 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
708703 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
709- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
710704 items :
711705 type : string
712706 type : array
@@ -872,7 +866,6 @@ spec:
872866 pod labels will be ignored. The default value is empty.
873867 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
874868 Also, matchLabelKeys cannot be set when labelSelector isn't set.
875- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
876869 items :
877870 type : string
878871 type : array
@@ -887,7 +880,6 @@ spec:
887880 pod labels will be ignored. The default value is empty.
888881 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
889882 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
890- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
891883 items :
892884 type : string
893885 type : array
@@ -1354,7 +1346,7 @@ spec:
13541346 Claims lists the names of resources, defined in spec.resourceClaims,
13551347 that are used by this container.
13561348
1357- This is an alpha field and requires enabling the
1349+ This field depends on the
13581350 DynamicResourceAllocation feature gate.
13591351
13601352 This field is immutable. It can only be set for containers.
@@ -1758,7 +1750,6 @@ spec:
17581750 - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
17591751
17601752 If this value is nil, the behavior is equivalent to the Honor policy.
1761- This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
17621753 type : string
17631754 nodeTaintsPolicy :
17641755 description : |-
@@ -1769,7 +1760,6 @@ spec:
17691760 - Ignore: node taints are ignored. All nodes are included.
17701761
17711762 If this value is nil, the behavior is equivalent to the Ignore policy.
1772- This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
17731763 type : string
17741764 topologyKey :
17751765 description : |-
@@ -1882,7 +1872,8 @@ spec:
18821872 managedTypes :
18831873 description : Managed types.
18841874 items :
1885- description : TypeInfo represents a Kubernetes type.
1875+ description : TypeVersionInfo represents a Kubernetes type
1876+ version.
18861877 properties :
18871878 group :
18881879 description : API group.
0 commit comments