Skip to content

Commit 276166f

Browse files
committed
Update CRDs using new controller-gen
1 parent fef90ae commit 276166f

9 files changed

+19
-63
lines changed

config/crd/bases/fakes.infrastructure.cluster.x-k8s.io_cloudstackmachineowners.yaml

Lines changed: 1 addition & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackmachineowners.fakes.infrastructure.cluster.x-k8s.io
99
spec:
@@ -59,9 +59,3 @@ spec:
5959
storage: true
6060
subresources:
6161
status: {}
62-
status:
63-
acceptedNames:
64-
kind: ""
65-
plural: ""
66-
conditions: []
67-
storedVersions: []

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

Lines changed: 1 addition & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackaffinitygroups.infrastructure.cluster.x-k8s.io
99
spec:
@@ -170,9 +170,3 @@ spec:
170170
storage: true
171171
subresources:
172172
status: {}
173-
status:
174-
acceptedNames:
175-
kind: ""
176-
plural: ""
177-
conditions: []
178-
storedVersions: []

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

Lines changed: 3 additions & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackclusters.infrastructure.cluster.x-k8s.io
99
spec:
@@ -234,6 +234,7 @@ spec:
234234
secret name must be unique.
235235
type: string
236236
type: object
237+
x-kubernetes-map-type: atomic
237238
domain:
238239
description: CloudStack domain.
239240
type: string
@@ -368,6 +369,7 @@ spec:
368369
secret name must be unique.
369370
type: string
370371
type: object
372+
x-kubernetes-map-type: atomic
371373
domain:
372374
description: CloudStack domain.
373375
type: string
@@ -448,9 +450,3 @@ spec:
448450
storage: true
449451
subresources:
450452
status: {}
451-
status:
452-
acceptedNames:
453-
kind: ""
454-
plural: ""
455-
conditions: []
456-
storedVersions: []

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

Lines changed: 3 additions & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackfailuredomains.infrastructure.cluster.x-k8s.io
99
spec:
@@ -52,6 +52,7 @@ spec:
5252
name must be unique.
5353
type: string
5454
type: object
55+
x-kubernetes-map-type: atomic
5556
domain:
5657
description: CloudStack domain.
5758
type: string
@@ -146,6 +147,7 @@ spec:
146147
name must be unique.
147148
type: string
148149
type: object
150+
x-kubernetes-map-type: atomic
149151
domain:
150152
description: CloudStack domain.
151153
type: string
@@ -203,9 +205,3 @@ spec:
203205
storage: true
204206
subresources:
205207
status: {}
206-
status:
207-
acceptedNames:
208-
kind: ""
209-
plural: ""
210-
conditions: []
211-
storedVersions: []

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

Lines changed: 1 addition & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackisolatednetworks.infrastructure.cluster.x-k8s.io
99
spec:
@@ -223,9 +223,3 @@ spec:
223223
storage: true
224224
subresources:
225225
status: {}
226-
status:
227-
acceptedNames:
228-
kind: ""
229-
plural: ""
230-
conditions: []
231-
storedVersions: []

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

Lines changed: 4 additions & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackmachines.infrastructure.cluster.x-k8s.io
99
spec:
@@ -107,6 +107,7 @@ spec:
107107
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
108108
type: string
109109
type: object
110+
x-kubernetes-map-type: atomic
110111
details:
111112
additionalProperties:
112113
type: string
@@ -342,6 +343,7 @@ spec:
342343
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
343344
type: string
344345
type: object
346+
x-kubernetes-map-type: atomic
345347
details:
346348
additionalProperties:
347349
type: string
@@ -566,6 +568,7 @@ spec:
566568
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
567569
type: string
568570
type: object
571+
x-kubernetes-map-type: atomic
569572
details:
570573
additionalProperties:
571574
type: string
@@ -702,9 +705,3 @@ spec:
702705
storage: true
703706
subresources:
704707
status: {}
705-
status:
706-
acceptedNames:
707-
kind: ""
708-
plural: ""
709-
conditions: []
710-
storedVersions: []

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

Lines changed: 1 addition & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackmachinestatecheckers.infrastructure.cluster.x-k8s.io
99
spec:
@@ -135,9 +135,3 @@ spec:
135135
storage: true
136136
subresources:
137137
status: {}
138-
status:
139-
acceptedNames:
140-
kind: ""
141-
plural: ""
142-
conditions: []
143-
storedVersions: []

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

Lines changed: 4 additions & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackmachinetemplates.infrastructure.cluster.x-k8s.io
99
spec:
@@ -94,6 +94,7 @@ spec:
9494
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
9595
type: string
9696
type: object
97+
x-kubernetes-map-type: atomic
9798
details:
9899
additionalProperties:
99100
type: string
@@ -294,6 +295,7 @@ spec:
294295
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
295296
type: string
296297
type: object
298+
x-kubernetes-map-type: atomic
297299
details:
298300
additionalProperties:
299301
type: string
@@ -475,6 +477,7 @@ spec:
475477
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
476478
type: string
477479
type: object
480+
x-kubernetes-map-type: atomic
478481
details:
479482
additionalProperties:
480483
type: string
@@ -578,9 +581,3 @@ spec:
578581
storage: true
579582
subresources:
580583
status: {}
581-
status:
582-
acceptedNames:
583-
kind: ""
584-
plural: ""
585-
conditions: []
586-
storedVersions: []

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

Lines changed: 1 addition & 7 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.8.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: cloudstackzones.infrastructure.cluster.x-k8s.io
99
spec:
@@ -71,9 +71,3 @@ spec:
7171
storage: true
7272
subresources:
7373
status: {}
74-
status:
75-
acceptedNames:
76-
kind: ""
77-
plural: ""
78-
conditions: []
79-
storedVersions: []

0 commit comments

Comments
 (0)