Skip to content

Commit 0423671

Browse files
Update generated artifacts
1 parent ca8d652 commit 0423671

3 files changed

Lines changed: 82 additions & 140 deletions

File tree

crds/operator.kyma-project.io_registrycredentialinjectors.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
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
88
spec:
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.

go.mod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,15 @@ require (
3636
github.com/gobuffalo/flect v1.0.3 // indirect
3737
github.com/gobwas/glob v0.2.3 // indirect
3838
github.com/gogo/protobuf v1.3.2 // indirect
39-
github.com/golang/protobuf v1.5.4 // indirect
4039
github.com/google/btree v1.1.3 // indirect
4140
github.com/google/gnostic-models v0.7.0 // indirect
4241
github.com/google/go-cmp v0.7.0 // indirect
43-
github.com/google/gofuzz v1.2.0 // indirect
4442
github.com/google/uuid v1.6.0 // indirect
45-
github.com/hashicorp/errwrap v1.1.0 // indirect
46-
github.com/hashicorp/go-multierror v1.1.1 // indirect
4743
github.com/huandu/xstrings v1.5.0 // indirect
4844
github.com/iancoleman/strcase v0.3.0 // indirect
4945
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5046
github.com/josharian/intern v1.0.0 // indirect
5147
github.com/json-iterator/go v1.1.12 // indirect
52-
github.com/klauspost/compress v1.18.0 // indirect
5348
github.com/mailru/easyjson v0.7.7 // indirect
5449
github.com/mattn/go-colorable v0.1.13 // indirect
5550
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -98,7 +93,6 @@ require (
9893
sigs.k8s.io/cli-utils v0.37.2 // indirect
9994
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
10095
sigs.k8s.io/randfill v1.0.0 // indirect
101-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
10296
sigs.k8s.io/structured-merge-diff/v6 v6.3.1 // indirect
10397
sigs.k8s.io/yaml v1.6.0 // indirect
10498
)

0 commit comments

Comments
 (0)