Skip to content

Commit 6ad4c49

Browse files
Make generate manifests
1 parent 5fb0944 commit 6ad4c49

13 files changed

+704
-4933
lines changed

config/deployments/integration-tests/crds/vmoperator.vmware.com_clustervirtualmachineimages.yaml

+66-380
Large diffs are not rendered by default.

config/deployments/integration-tests/crds/vmoperator.vmware.com_contentlibraryproviders.yaml

+12-18
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.14.0
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: contentlibraryproviders.vmoperator.vmware.com
88
spec:
99
group: vmoperator.vmware.com
@@ -26,35 +26,29 @@ spec:
2626
API.
2727
properties:
2828
apiVersion:
29-
description: |-
30-
APIVersion defines the versioned schema of this representation of an object.
31-
Servers should convert recognized schemas to the latest internal value, and
32-
may reject unrecognized values.
33-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29+
description: 'APIVersion defines the versioned schema of this representation
30+
of an object. Servers should convert recognized schemas to the latest
31+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3432
type: string
3533
kind:
36-
description: |-
37-
Kind is a string value representing the REST resource this object represents.
38-
Servers may infer this from the endpoint the client submits requests to.
39-
Cannot be updated.
40-
In CamelCase.
41-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34+
description: 'Kind is a string value representing the REST resource this
35+
object represents. Servers may infer this from the endpoint the client
36+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
4237
type: string
4338
metadata:
4439
type: object
4540
spec:
4641
description: ContentLibraryProviderSpec defines the desired state of ContentLibraryProvider.
4742
properties:
4843
uuid:
49-
description: |-
50-
UUID describes the UUID of a vSphere content library. It is the unique identifier for a
51-
vSphere content library.
44+
description: UUID describes the UUID of a vSphere content library.
45+
It is the unique identifier for a vSphere content library.
5246
type: string
5347
type: object
5448
status:
55-
description: |-
56-
ContentLibraryProviderStatus defines the observed state of ContentLibraryProvider
57-
Can include fields indicating when was the last time VM images were updated from a library.
49+
description: ContentLibraryProviderStatus defines the observed state of
50+
ContentLibraryProvider Can include fields indicating when was the last
51+
time VM images were updated from a library.
5852
type: object
5953
type: object
6054
served: true

config/deployments/integration-tests/crds/vmoperator.vmware.com_contentsourcebindings.yaml

+7-12
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.14.0
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: contentsourcebindings.vmoperator.vmware.com
88
spec:
99
group: vmoperator.vmware.com
@@ -21,11 +21,9 @@ spec:
2121
to Namespace mapping.
2222
properties:
2323
apiVersion:
24-
description: |-
25-
APIVersion defines the versioned schema of this representation of an object.
26-
Servers should convert recognized schemas to the latest internal value, and
27-
may reject unrecognized values.
28-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24+
description: 'APIVersion defines the versioned schema of this representation
25+
of an object. Servers should convert recognized schemas to the latest
26+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
2927
type: string
3028
contentSourceRef:
3129
description: ContentSourceRef is a reference to a ContentSource object.
@@ -43,12 +41,9 @@ spec:
4341
- name
4442
type: object
4543
kind:
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
44+
description: 'Kind is a string value representing the REST resource this
45+
object represents. Servers may infer this from the endpoint the client
46+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
5247
type: string
5348
metadata:
5449
type: object

config/deployments/integration-tests/crds/vmoperator.vmware.com_contentsources.yaml

+10-15
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.14.0
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: contentsources.vmoperator.vmware.com
88
spec:
99
group: vmoperator.vmware.com
@@ -17,24 +17,19 @@ spec:
1717
- name: v1alpha1
1818
schema:
1919
openAPIV3Schema:
20-
description: |-
21-
ContentSource is the Schema for the contentsources API.
22-
A ContentSource represents the desired specification and the observed status of a ContentSource instance.
20+
description: ContentSource is the Schema for the contentsources API. A ContentSource
21+
represents the desired specification and the observed status of a ContentSource
22+
instance.
2323
properties:
2424
apiVersion:
25-
description: |-
26-
APIVersion defines the versioned schema of this representation of an object.
27-
Servers should convert recognized schemas to the latest internal value, and
28-
may reject unrecognized values.
29-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
25+
description: 'APIVersion defines the versioned schema of this representation
26+
of an object. Servers should convert recognized schemas to the latest
27+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3028
type: string
3129
kind:
32-
description: |-
33-
Kind is a string value representing the REST resource this object represents.
34-
Servers may infer this from the endpoint the client submits requests to.
35-
Cannot be updated.
36-
In CamelCase.
37-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
30+
description: 'Kind is a string value representing the REST resource this
31+
object represents. Servers may infer this from the endpoint the client
32+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
3833
type: string
3934
metadata:
4035
type: object

config/deployments/integration-tests/crds/vmoperator.vmware.com_virtualmachineclassbindings.yaml

+8-14
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.14.0
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: virtualmachineclassbindings.vmoperator.vmware.com
88
spec:
99
group: vmoperator.vmware.com
@@ -23,16 +23,13 @@ spec:
2323
name: v1alpha1
2424
schema:
2525
openAPIV3Schema:
26-
description: |-
27-
VirtualMachineClassBinding is a binding object responsible for
26+
description: VirtualMachineClassBinding is a binding object responsible for
2827
defining a VirtualMachineClass and a Namespace associated with it.
2928
properties:
3029
apiVersion:
31-
description: |-
32-
APIVersion defines the versioned schema of this representation of an object.
33-
Servers should convert recognized schemas to the latest internal value, and
34-
may reject unrecognized values.
35-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
30+
description: 'APIVersion defines the versioned schema of this representation
31+
of an object. Servers should convert recognized schemas to the latest
32+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3633
type: string
3734
classRef:
3835
description: ClassReference is a reference to a VirtualMachineClass object
@@ -50,12 +47,9 @@ spec:
5047
- name
5148
type: object
5249
kind:
53-
description: |-
54-
Kind is a string value representing the REST resource this object represents.
55-
Servers may infer this from the endpoint the client submits requests to.
56-
Cannot be updated.
57-
In CamelCase.
58-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
50+
description: 'Kind is a string value representing the REST resource this
51+
object represents. Servers may infer this from the endpoint the client
52+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
5953
type: string
6054
metadata:
6155
type: object

0 commit comments

Comments
 (0)