Skip to content

Commit fb735da

Browse files
committed
Re-generate CRDs
1 parent 823e694 commit fb735da

7 files changed

+88
-95
lines changed

config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.2.3
7+
controller-gen.kubebuilder.io/version: v0.2.4
88
creationTimestamp: null
99
name: kubeadmconfigs.bootstrap.cluster.x-k8s.io
1010
spec:
@@ -16,7 +16,6 @@ spec:
1616
listKind: KubeadmConfigList
1717
plural: kubeadmconfigs
1818
singular: kubeadmconfig
19-
preserveUnknownFields: false
2019
scope: Namespaced
2120
subresources:
2221
status: {}
@@ -27,12 +26,12 @@ spec:
2726
apiVersion:
2827
description: 'APIVersion defines the versioned schema of this representation
2928
of an object. Servers should convert recognized schemas to the latest
30-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
29+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3130
type: string
3231
kind:
3332
description: 'Kind is a string value representing the REST resource this
3433
object represents. Servers may infer this from the endpoint the client
35-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
34+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
3635
type: string
3736
metadata:
3837
type: object
@@ -102,7 +101,7 @@ spec:
102101
description: 'APIVersion defines the versioned schema of this representation
103102
of an object. Servers should convert recognized schemas to the
104103
latest internal value, and may reject unrecognized values. More
105-
info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
104+
info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
106105
type: string
107106
certificatesDir:
108107
description: CertificatesDir specifies where to store or look for
@@ -278,7 +277,7 @@ spec:
278277
description: 'Kind is a string value representing the REST resource
279278
this object represents. Servers may infer this from the endpoint
280279
the client submits requests to. Cannot be updated. In CamelCase.
281-
More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
280+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
282281
type: string
283282
kubernetesVersion:
284283
description: 'KubernetesVersion is the target version of the control
@@ -400,7 +399,7 @@ spec:
400399
description: 'APIVersion defines the versioned schema of this representation
401400
of an object. Servers should convert recognized schemas to the
402401
latest internal value, and may reject unrecognized values. More
403-
info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
402+
info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
404403
type: string
405404
bootstrapTokens:
406405
description: BootstrapTokens is respected at `kubeadm init` time
@@ -452,7 +451,7 @@ spec:
452451
description: 'Kind is a string value representing the REST resource
453452
this object represents. Servers may infer this from the endpoint
454453
the client submits requests to. Cannot be updated. In CamelCase.
455-
More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
454+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
456455
type: string
457456
localAPIEndpoint:
458457
description: LocalAPIEndpoint represents the endpoint of the API
@@ -550,7 +549,7 @@ spec:
550549
description: 'APIVersion defines the versioned schema of this representation
551550
of an object. Servers should convert recognized schemas to the
552551
latest internal value, and may reject unrecognized values. More
553-
info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
552+
info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
554553
type: string
555554
caCertPath:
556555
description: 'CACertPath is the path to the SSL certificate authority
@@ -653,7 +652,7 @@ spec:
653652
description: 'Kind is a string value representing the REST resource
654653
this object represents. Servers may infer this from the endpoint
655654
the client submits requests to. Cannot be updated. In CamelCase.
656-
More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
655+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
657656
type: string
658657
nodeRegistration:
659658
description: NodeRegistration holds fields that relate to registering

config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.2.3
7+
controller-gen.kubebuilder.io/version: v0.2.4
88
creationTimestamp: null
99
name: kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io
1010
spec:
@@ -16,7 +16,6 @@ spec:
1616
listKind: KubeadmConfigTemplateList
1717
plural: kubeadmconfigtemplates
1818
singular: kubeadmconfigtemplate
19-
preserveUnknownFields: false
2019
scope: Namespaced
2120
validation:
2221
openAPIV3Schema:
@@ -26,12 +25,12 @@ spec:
2625
apiVersion:
2726
description: 'APIVersion defines the versioned schema of this representation
2827
of an object. Servers should convert recognized schemas to the latest
29-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
28+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3029
type: string
3130
kind:
3231
description: 'Kind is a string value representing the REST resource this
3332
object represents. Servers may infer this from the endpoint the client
34-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
33+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
3534
type: string
3635
metadata:
3736
type: object
@@ -109,7 +108,7 @@ spec:
109108
description: 'APIVersion defines the versioned schema of
110109
this representation of an object. Servers should convert
111110
recognized schemas to the latest internal value, and may
112-
reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
111+
reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
113112
type: string
114113
certificatesDir:
115114
description: CertificatesDir specifies where to store or
@@ -296,7 +295,7 @@ spec:
296295
description: 'Kind is a string value representing the REST
297296
resource this object represents. Servers may infer this
298297
from the endpoint the client submits requests to. Cannot
299-
be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
298+
be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
300299
type: string
301300
kubernetesVersion:
302301
description: 'KubernetesVersion is the target version of
@@ -424,7 +423,7 @@ spec:
424423
description: 'APIVersion defines the versioned schema of
425424
this representation of an object. Servers should convert
426425
recognized schemas to the latest internal value, and may
427-
reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
426+
reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
428427
type: string
429428
bootstrapTokens:
430429
description: BootstrapTokens is respected at `kubeadm init`
@@ -479,7 +478,7 @@ spec:
479478
description: 'Kind is a string value representing the REST
480479
resource this object represents. Servers may infer this
481480
from the endpoint the client submits requests to. Cannot
482-
be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
481+
be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
483482
type: string
484483
localAPIEndpoint:
485484
description: LocalAPIEndpoint represents the endpoint of
@@ -585,7 +584,7 @@ spec:
585584
description: 'APIVersion defines the versioned schema of
586585
this representation of an object. Servers should convert
587586
recognized schemas to the latest internal value, and may
588-
reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
587+
reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
589588
type: string
590589
caCertPath:
591590
description: 'CACertPath is the path to the SSL certificate
@@ -693,7 +692,7 @@ spec:
693692
description: 'Kind is a string value representing the REST
694693
resource this object represents. Servers may infer this
695694
from the endpoint the client submits requests to. Cannot
696-
be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
695+
be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
697696
type: string
698697
nodeRegistration:
699698
description: NodeRegistration holds fields that relate to

config/crd/bases/cluster.x-k8s.io_clusters.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.2.3
7+
controller-gen.kubebuilder.io/version: v0.2.4
88
creationTimestamp: null
99
name: clusters.cluster.x-k8s.io
1010
spec:
@@ -23,7 +23,6 @@ spec:
2323
shortNames:
2424
- cl
2525
singular: cluster
26-
preserveUnknownFields: false
2726
scope: Namespaced
2827
subresources:
2928
status: {}
@@ -37,12 +36,12 @@ spec:
3736
apiVersion:
3837
description: 'APIVersion defines the versioned schema of this representation
3938
of an object. Servers should convert recognized schemas to the latest
40-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
39+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
4140
type: string
4241
kind:
4342
description: 'Kind is a string value representing the REST resource this
4443
object represents. Servers may infer this from the endpoint the client
45-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
44+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
4645
type: string
4746
metadata:
4847
type: object
@@ -103,7 +102,7 @@ spec:
103102
subject to change in the future.'
104103
type: string
105104
kind:
106-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
105+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
107106
type: string
108107
name:
109108
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -113,7 +112,7 @@ spec:
113112
type: string
114113
resourceVersion:
115114
description: 'Specific resourceVersion to which this reference
116-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
115+
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
117116
type: string
118117
uid:
119118
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
@@ -173,12 +172,12 @@ spec:
173172
apiVersion:
174173
description: 'APIVersion defines the versioned schema of this representation
175174
of an object. Servers should convert recognized schemas to the latest
176-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
175+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
177176
type: string
178177
kind:
179178
description: 'Kind is a string value representing the REST resource this
180179
object represents. Servers may infer this from the endpoint the client
181-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
180+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
182181
type: string
183182
metadata:
184183
type: object
@@ -254,7 +253,7 @@ spec:
254253
subject to change in the future.'
255254
type: string
256255
kind:
257-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
256+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
258257
type: string
259258
name:
260259
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -264,7 +263,7 @@ spec:
264263
type: string
265264
resourceVersion:
266265
description: 'Specific resourceVersion to which this reference
267-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
266+
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
268267
type: string
269268
uid:
270269
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'

0 commit comments

Comments
 (0)