Skip to content

Commit f6e7671

Browse files
committed
Update cluster-api to v1.9.x
1 parent a200976 commit f6e7671

20 files changed

+491
-581
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_ibmpowervsclusters.yaml

Lines changed: 5 additions & 5 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: ibmpowervsclusters.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -976,20 +976,20 @@ spec:
976976
description: |-
977977
The reason for the condition's last transition in CamelCase.
978978
The specific API may choose whether or not this field is considered a guaranteed API.
979-
This field may not be empty.
979+
This field may be empty.
980980
type: string
981981
severity:
982982
description: |-
983-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
983+
severity provides an explicit classification of Reason code, so the users or machines can immediately
984984
understand the current situation and act accordingly.
985985
The Severity field MUST be set only when Status=False.
986986
type: string
987987
status:
988-
description: Status of the condition, one of True, False, Unknown.
988+
description: status of the condition, one of True, False, Unknown.
989989
type: string
990990
type:
991991
description: |-
992-
Type of condition in CamelCase or in foo.example.com/CamelCase.
992+
type of condition in CamelCase or in foo.example.com/CamelCase.
993993
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
994994
can be useful (see .node.status.conditions), the ability to deconflict is important.
995995
type: string

config/crd/bases/infrastructure.cluster.x-k8s.io_ibmpowervsclustertemplates.yaml

Lines changed: 3 additions & 3 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: ibmpowervsclustertemplates.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -63,7 +63,7 @@ spec:
6363
additionalProperties:
6464
type: string
6565
description: |-
66-
Annotations is an unstructured key value map stored with a resource that may be
66+
annotations is an unstructured key value map stored with a resource that may be
6767
set by external tools to store and retrieve arbitrary metadata. They are not
6868
queryable and should be preserved when modifying objects.
6969
More info: http://kubernetes.io/docs/user-guide/annotations
@@ -180,7 +180,7 @@ spec:
180180
additionalProperties:
181181
type: string
182182
description: |-
183-
Annotations is an unstructured key value map stored with a resource that may be
183+
annotations is an unstructured key value map stored with a resource that may be
184184
set by external tools to store and retrieve arbitrary metadata. They are not
185185
queryable and should be preserved when modifying objects.
186186
More info: http://kubernetes.io/docs/user-guide/annotations

config/crd/bases/infrastructure.cluster.x-k8s.io_ibmpowervsimages.yaml

Lines changed: 9 additions & 9 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: ibmpowervsimages.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -114,20 +114,20 @@ spec:
114114
description: |-
115115
The reason for the condition's last transition in CamelCase.
116116
The specific API may choose whether or not this field is considered a guaranteed API.
117-
This field may not be empty.
117+
This field may be empty.
118118
type: string
119119
severity:
120120
description: |-
121-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
121+
severity provides an explicit classification of Reason code, so the users or machines can immediately
122122
understand the current situation and act accordingly.
123123
The Severity field MUST be set only when Status=False.
124124
type: string
125125
status:
126-
description: Status of the condition, one of True, False, Unknown.
126+
description: status of the condition, one of True, False, Unknown.
127127
type: string
128128
type:
129129
description: |-
130-
Type of condition in CamelCase or in foo.example.com/CamelCase.
130+
type of condition in CamelCase or in foo.example.com/CamelCase.
131131
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
132132
can be useful (see .node.status.conditions), the ability to deconflict is important.
133133
type: string
@@ -281,20 +281,20 @@ spec:
281281
description: |-
282282
The reason for the condition's last transition in CamelCase.
283283
The specific API may choose whether or not this field is considered a guaranteed API.
284-
This field may not be empty.
284+
This field may be empty.
285285
type: string
286286
severity:
287287
description: |-
288-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
288+
severity provides an explicit classification of Reason code, so the users or machines can immediately
289289
understand the current situation and act accordingly.
290290
The Severity field MUST be set only when Status=False.
291291
type: string
292292
status:
293-
description: Status of the condition, one of True, False, Unknown.
293+
description: status of the condition, one of True, False, Unknown.
294294
type: string
295295
type:
296296
description: |-
297-
Type of condition in CamelCase or in foo.example.com/CamelCase.
297+
type of condition in CamelCase or in foo.example.com/CamelCase.
298298
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
299299
can be useful (see .node.status.conditions), the ability to deconflict is important.
300300
type: string

config/crd/bases/infrastructure.cluster.x-k8s.io_ibmpowervsmachines.yaml

Lines changed: 9 additions & 21 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: ibmpowervsmachines.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -106,9 +106,7 @@ spec:
106106
This field is effectively required, but due to backwards compatibility is
107107
allowed to be empty. Instances of this type with an empty value here are
108108
almost certainly wrong.
109-
TODO: Add other useful fields. apiVersion, kind, uid?
110109
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
111-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
112110
type: string
113111
type: object
114112
x-kubernetes-map-type: atomic
@@ -204,20 +202,20 @@ spec:
204202
description: |-
205203
The reason for the condition's last transition in CamelCase.
206204
The specific API may choose whether or not this field is considered a guaranteed API.
207-
This field may not be empty.
205+
This field may be empty.
208206
type: string
209207
severity:
210208
description: |-
211-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
209+
severity provides an explicit classification of Reason code, so the users or machines can immediately
212210
understand the current situation and act accordingly.
213211
The Severity field MUST be set only when Status=False.
214212
type: string
215213
status:
216-
description: Status of the condition, one of True, False, Unknown.
214+
description: status of the condition, one of True, False, Unknown.
217215
type: string
218216
type:
219217
description: |-
220-
Type of condition in CamelCase or in foo.example.com/CamelCase.
218+
type of condition in CamelCase or in foo.example.com/CamelCase.
221219
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
222220
can be useful (see .node.status.conditions), the ability to deconflict is important.
223221
type: string
@@ -233,7 +231,6 @@ spec:
233231
reconciling the Machine and will contain a more verbose string suitable
234232
for logging and human consumption.
235233
236-
237234
This field should not be set for transitive errors that a controller
238235
faces that are expected to be fixed automatically over
239236
time (like service outages), but instead indicate that something is
@@ -243,7 +240,6 @@ spec:
243240
spec, values that are unsupported by the controller, or the
244241
responsible controller itself being critically misconfigured.
245242
246-
247243
Any transient errors that occur during the reconciliation of Machines
248244
can be added as events to the Machine object and/or logged in the
249245
controller's output.
@@ -254,7 +250,6 @@ spec:
254250
reconciling the Machine and will contain a succinct value suitable
255251
for machine interpretation.
256252
257-
258253
This field should not be set for transitive errors that a controller
259254
faces that are expected to be fixed automatically over
260255
time (like service outages), but instead indicate that something is
@@ -264,7 +259,6 @@ spec:
264259
spec, values that are unsupported by the controller, or the
265260
responsible controller itself being critically misconfigured.
266261
267-
268262
Any transient errors that occur during the reconciliation of Machines
269263
can be added as events to the Machine object and/or logged in the
270264
controller's output.
@@ -388,9 +382,7 @@ spec:
388382
This field is effectively required, but due to backwards compatibility is
389383
allowed to be empty. Instances of this type with an empty value here are
390384
almost certainly wrong.
391-
TODO: Add other useful fields. apiVersion, kind, uid?
392385
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
393-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
394386
type: string
395387
type: object
396388
x-kubernetes-map-type: atomic
@@ -560,20 +552,20 @@ spec:
560552
description: |-
561553
The reason for the condition's last transition in CamelCase.
562554
The specific API may choose whether or not this field is considered a guaranteed API.
563-
This field may not be empty.
555+
This field may be empty.
564556
type: string
565557
severity:
566558
description: |-
567-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
559+
severity provides an explicit classification of Reason code, so the users or machines can immediately
568560
understand the current situation and act accordingly.
569561
The Severity field MUST be set only when Status=False.
570562
type: string
571563
status:
572-
description: Status of the condition, one of True, False, Unknown.
564+
description: status of the condition, one of True, False, Unknown.
573565
type: string
574566
type:
575567
description: |-
576-
Type of condition in CamelCase or in foo.example.com/CamelCase.
568+
type of condition in CamelCase or in foo.example.com/CamelCase.
577569
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
578570
can be useful (see .node.status.conditions), the ability to deconflict is important.
579571
type: string
@@ -589,7 +581,6 @@ spec:
589581
reconciling the Machine and will contain a more verbose string suitable
590582
for logging and human consumption.
591583
592-
593584
This field should not be set for transitive errors that a controller
594585
faces that are expected to be fixed automatically over
595586
time (like service outages), but instead indicate that something is
@@ -599,7 +590,6 @@ spec:
599590
spec, values that are unsupported by the controller, or the
600591
responsible controller itself being critically misconfigured.
601592
602-
603593
Any transient errors that occur during the reconciliation of Machines
604594
can be added as events to the Machine object and/or logged in the
605595
controller's output.
@@ -610,7 +600,6 @@ spec:
610600
reconciling the Machine and will contain a succinct value suitable
611601
for machine interpretation.
612602
613-
614603
This field should not be set for transitive errors that a controller
615604
faces that are expected to be fixed automatically over
616605
time (like service outages), but instead indicate that something is
@@ -620,7 +609,6 @@ spec:
620609
spec, values that are unsupported by the controller, or the
621610
responsible controller itself being critically misconfigured.
622611
623-
624612
Any transient errors that occur during the reconciliation of Machines
625613
can be added as events to the Machine object and/or logged in the
626614
controller's output.

config/crd/bases/infrastructure.cluster.x-k8s.io_ibmpowervsmachinetemplates.yaml

Lines changed: 1 addition & 5 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: ibmpowervsmachinetemplates.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -80,9 +80,7 @@ spec:
8080
This field is effectively required, but due to backwards compatibility is
8181
allowed to be empty. Instances of this type with an empty value here are
8282
almost certainly wrong.
83-
TODO: Add other useful fields. apiVersion, kind, uid?
8483
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
85-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
8684
type: string
8785
type: object
8886
x-kubernetes-map-type: atomic
@@ -231,9 +229,7 @@ spec:
231229
This field is effectively required, but due to backwards compatibility is
232230
allowed to be empty. Instances of this type with an empty value here are
233231
almost certainly wrong.
234-
TODO: Add other useful fields. apiVersion, kind, uid?
235232
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
236-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
237233
type: string
238234
type: object
239235
x-kubernetes-map-type: atomic

0 commit comments

Comments
 (0)