You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
34
32
type: string
35
33
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'
42
37
type: string
43
38
metadata:
44
39
type: object
45
40
spec:
46
41
description: ContentLibraryProviderSpec defines the desired state of ContentLibraryProvider.
47
42
properties:
48
43
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.
52
46
type: string
53
47
type: object
54
48
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
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'
29
27
type: string
30
28
contentSourceRef:
31
29
description: ContentSourceRef is a reference to a ContentSource object.
@@ -43,12 +41,9 @@ spec:
43
41
- name
44
42
type: object
45
43
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'
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.
23
23
properties:
24
24
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'
30
28
type: string
31
29
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'
VirtualMachineClassBinding is a binding object responsible for
26
+
description: VirtualMachineClassBinding is a binding object responsible for
28
27
defining a VirtualMachineClass and a Namespace associated with it.
29
28
properties:
30
29
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'
36
33
type: string
37
34
classRef:
38
35
description: ClassReference is a reference to a VirtualMachineClass object
@@ -50,12 +47,9 @@ spec:
50
47
- name
51
48
type: object
52
49
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'
0 commit comments