Skip to content

Commit e82015c

Browse files
committed
capi v1.9.0-beta.0: make generate
1 parent dae1613 commit e82015c

7 files changed

+25
-25
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_gcpclusters.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.16.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpclusters.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -340,11 +340,11 @@ spec:
340340
attributes:
341341
additionalProperties:
342342
type: string
343-
description: Attributes is a free form map of attributes an
343+
description: attributes is a free form map of attributes an
344344
infrastructure provider might use or require.
345345
type: object
346346
controlPlane:
347-
description: ControlPlane determines if this failure domain
347+
description: controlPlane determines if this failure domain
348348
is suitable for use by control plane machines.
349349
type: boolean
350350
type: object

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

Lines changed: 2 additions & 2 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.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpclustertemplates.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -56,7 +56,7 @@ spec:
5656
additionalProperties:
5757
type: string
5858
description: |-
59-
Annotations is an unstructured key value map stored with a resource that may be
59+
annotations is an unstructured key value map stored with a resource that may be
6060
set by external tools to store and retrieve arbitrary metadata. They are not
6161
queryable and should be preserved when modifying objects.
6262
More info: http://kubernetes.io/docs/user-guide/annotations

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

Lines changed: 1 addition & 1 deletion
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.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpmachines.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io

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

Lines changed: 2 additions & 2 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.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpmachinetemplates.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -55,7 +55,7 @@ spec:
5555
additionalProperties:
5656
type: string
5757
description: |-
58-
Annotations is an unstructured key value map stored with a resource that may be
58+
annotations is an unstructured key value map stored with a resource that may be
5959
set by external tools to store and retrieve arbitrary metadata. They are not
6060
queryable and should be preserved when modifying objects.
6161
More info: http://kubernetes.io/docs/user-guide/annotations

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

Lines changed: 7 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.16.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpmanagedclusters.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -350,20 +350,20 @@ spec:
350350
description: |-
351351
The reason for the condition's last transition in CamelCase.
352352
The specific API may choose whether or not this field is considered a guaranteed API.
353-
This field may not be empty.
353+
This field may be empty.
354354
type: string
355355
severity:
356356
description: |-
357-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
357+
severity provides an explicit classification of Reason code, so the users or machines can immediately
358358
understand the current situation and act accordingly.
359359
The Severity field MUST be set only when Status=False.
360360
type: string
361361
status:
362-
description: Status of the condition, one of True, False, Unknown.
362+
description: status of the condition, one of True, False, Unknown.
363363
type: string
364364
type:
365365
description: |-
366-
Type of condition in CamelCase or in foo.example.com/CamelCase.
366+
type of condition in CamelCase or in foo.example.com/CamelCase.
367367
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
368368
can be useful (see .node.status.conditions), the ability to deconflict is important.
369369
type: string
@@ -382,11 +382,11 @@ spec:
382382
attributes:
383383
additionalProperties:
384384
type: string
385-
description: Attributes is a free form map of attributes an
385+
description: attributes is a free form map of attributes an
386386
infrastructure provider might use or require.
387387
type: object
388388
controlPlane:
389-
description: ControlPlane determines if this failure domain
389+
description: controlPlane determines if this failure domain
390390
is suitable for use by control plane machines.
391391
type: boolean
392392
type: object

config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmanagedcontrolplanes.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.16.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpmanagedcontrolplanes.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -248,20 +248,20 @@ spec:
248248
description: |-
249249
The reason for the condition's last transition in CamelCase.
250250
The specific API may choose whether or not this field is considered a guaranteed API.
251-
This field may not be empty.
251+
This field may be empty.
252252
type: string
253253
severity:
254254
description: |-
255-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
255+
severity provides an explicit classification of Reason code, so the users or machines can immediately
256256
understand the current situation and act accordingly.
257257
The Severity field MUST be set only when Status=False.
258258
type: string
259259
status:
260-
description: Status of the condition, one of True, False, Unknown.
260+
description: status of the condition, one of True, False, Unknown.
261261
type: string
262262
type:
263263
description: |-
264-
Type of condition in CamelCase or in foo.example.com/CamelCase.
264+
type of condition in CamelCase or in foo.example.com/CamelCase.
265265
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
266266
can be useful (see .node.status.conditions), the ability to deconflict is important.
267267
type: string

config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmanagedmachinepools.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.16.3
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: gcpmanagedmachinepools.infrastructure.cluster.x-k8s.io
88
spec:
99
group: infrastructure.cluster.x-k8s.io
@@ -312,20 +312,20 @@ spec:
312312
description: |-
313313
The reason for the condition's last transition in CamelCase.
314314
The specific API may choose whether or not this field is considered a guaranteed API.
315-
This field may not be empty.
315+
This field may be empty.
316316
type: string
317317
severity:
318318
description: |-
319-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
319+
severity provides an explicit classification of Reason code, so the users or machines can immediately
320320
understand the current situation and act accordingly.
321321
The Severity field MUST be set only when Status=False.
322322
type: string
323323
status:
324-
description: Status of the condition, one of True, False, Unknown.
324+
description: status of the condition, one of True, False, Unknown.
325325
type: string
326326
type:
327327
description: |-
328-
Type of condition in CamelCase or in foo.example.com/CamelCase.
328+
type of condition in CamelCase or in foo.example.com/CamelCase.
329329
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
330330
can be useful (see .node.status.conditions), the ability to deconflict is important.
331331
type: string

0 commit comments

Comments
 (0)