Skip to content

Commit 35a62d0

Browse files
oliviassssshraddhabang
authored andcommitted
bump up controller-gen version and update manifests (kubernetes-sigs#3580)
1 parent a7a2876 commit 35a62d0

File tree

8 files changed

+231
-203
lines changed

8 files changed

+231
-203
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ifeq (, $(shell which controller-gen))
113113
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
114114
cd $$CONTROLLER_GEN_TMP_DIR ;\
115115
go mod init tmp ;\
116-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.1 ;\
116+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 ;\
117117
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
118118
}
119119
CONTROLLER_GEN=$(GOBIN)/controller-gen

apis/elbv2/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/elbv2/v1beta1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/elbv2.k8s.aws_ingressclassparams.yaml

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: ingressclassparams.elbv2.k8s.aws
98
spec:
109
group: elbv2.k8s.aws
@@ -37,14 +36,19 @@ spec:
3736
description: IngressClassParams is the Schema for the IngressClassParams API
3837
properties:
3938
apiVersion:
40-
description: 'APIVersion defines the versioned schema of this representation
41-
of an object. Servers should convert recognized schemas to the latest
42-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
39+
description: |-
40+
APIVersion defines the versioned schema of this representation of an object.
41+
Servers should convert recognized schemas to the latest internal value, and
42+
may reject unrecognized values.
43+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
4344
type: string
4445
kind:
45-
description: 'Kind is a string value representing the REST resource this
46-
object represents. Servers may infer this from the endpoint the client
47-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
46+
description: |-
47+
Kind is a string value representing the REST resource this object represents.
48+
Servers may infer this from the endpoint the client submits requests to.
49+
Cannot be updated.
50+
In CamelCase.
51+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4852
type: string
4953
metadata:
5054
type: object
@@ -93,32 +97,32 @@ spec:
9397
type: object
9498
type: array
9599
namespaceSelector:
96-
description: NamespaceSelector restrict the namespaces of Ingresses
97-
that are allowed to specify the IngressClass with this IngressClassParams.
100+
description: |-
101+
NamespaceSelector restrict the namespaces of Ingresses that are allowed to specify the IngressClass with this IngressClassParams.
98102
* if absent or present but empty, it selects all namespaces.
99103
properties:
100104
matchExpressions:
101105
description: matchExpressions is a list of label selector requirements.
102106
The requirements are ANDed.
103107
items:
104-
description: A label selector requirement is a selector that
105-
contains values, a key, and an operator that relates the key
106-
and values.
108+
description: |-
109+
A label selector requirement is a selector that contains values, a key, and an operator that
110+
relates the key and values.
107111
properties:
108112
key:
109113
description: key is the label key that the selector applies
110114
to.
111115
type: string
112116
operator:
113-
description: operator represents a key's relationship to
114-
a set of values. Valid operators are In, NotIn, Exists
115-
and DoesNotExist.
117+
description: |-
118+
operator represents a key's relationship to a set of values.
119+
Valid operators are In, NotIn, Exists and DoesNotExist.
116120
type: string
117121
values:
118-
description: values is an array of string values. If the
119-
operator is In or NotIn, the values array must be non-empty.
120-
If the operator is Exists or DoesNotExist, the values
121-
array must be empty. This array is replaced during a strategic
122+
description: |-
123+
values is an array of string values. If the operator is In or NotIn,
124+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
125+
the values array must be empty. This array is replaced during a strategic
122126
merge patch.
123127
items:
124128
type: string
@@ -131,11 +135,10 @@ spec:
131135
matchLabels:
132136
additionalProperties:
133137
type: string
134-
description: matchLabels is a map of {key,value} pairs. A single
135-
{key,value} in the matchLabels map is equivalent to an element
136-
of matchExpressions, whose key field is "key", the operator
137-
is "In", and the values array contains only "value". The requirements
138-
are ANDed.
138+
description: |-
139+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
140+
map is equivalent to an element of matchExpressions, whose key field is "key", the
141+
operator is "In", and the values array contains only "value". The requirements are ANDed.
139142
type: object
140143
type: object
141144
x-kubernetes-map-type: atomic
@@ -168,10 +171,11 @@ spec:
168171
items:
169172
type: string
170173
type: array
171-
description: Tags specifies subnets in the load balancer's VPC
172-
where each tag specified in the map key contains one of the
173-
values in the corresponding value list. Exactly one of this
174-
or `ids` must be specified.
174+
description: |-
175+
Tags specifies subnets in the load balancer's VPC where each
176+
tag specified in the map key contains one of the values in the corresponding
177+
value list.
178+
Exactly one of this or `ids` must be specified.
175179
type: object
176180
type: object
177181
tags:

0 commit comments

Comments
 (0)