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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
description: 'APIVersion defines the versioned schema of this representation
41
-
of an object. Servers should convert recognized schemas to the latest
42
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
40
+
description: |-
41
+
APIVersion defines the versioned schema of this representation of an object.
42
+
Servers should convert recognized schemas to the latest internal value, and
43
+
may reject unrecognized values.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
43
45
type: string
44
46
kind:
45
-
description: 'Kind is a string value representing the REST resource this
46
-
object represents. Servers may infer this from the endpoint the client
47
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
47
+
description: |-
48
+
Kind is a string value representing the REST resource this object represents.
49
+
Servers may infer this from the endpoint the client submits requests to.
50
+
Cannot be updated.
51
+
In CamelCase.
52
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
48
53
type: string
49
54
metadata:
50
55
type: object
@@ -60,14 +65,16 @@ spec:
60
65
reconciling this cluster
61
66
properties:
62
67
kind:
63
-
description: Kind of the identity. Must be supported by the infrastructure
68
+
description: |-
69
+
Kind of the identity. Must be supported by the infrastructure
64
70
provider and may be either cluster or namespace-scoped.
65
71
minLength: 1
66
72
type: string
67
73
name:
68
-
description: Name of the infrastructure identity to be used. Must
69
-
be either a cluster-scoped resource, or namespaced-scoped resource
70
-
the same namespace as the resource(s) being provisioned.
74
+
description: |-
75
+
Name of the infrastructure identity to be used.
76
+
Must be either a cluster-scoped resource, or namespaced-scoped
77
+
resource the same namespace as the resource(s) being provisioned.
71
78
type: string
72
79
required:
73
80
- kind
@@ -85,37 +92,37 @@ spec:
85
92
operational state.
86
93
properties:
87
94
lastTransitionTime:
88
-
description: Last time the condition transitioned from one status
89
-
to another. This should be when the underlying condition changed.
90
-
If that is not known, then using the time when the API field
91
-
changed is acceptable.
95
+
description: |-
96
+
Last time the condition transitioned from one status to another.
97
+
This should be when the underlying condition changed. If that is not known, then using the time when
98
+
the API field changed is acceptable.
92
99
format: date-time
93
100
type: string
94
101
message:
95
-
description: A human readable message indicating details about
96
-
the transition. This field may be empty.
102
+
description: |-
103
+
A human readable message indicating details about the transition.
104
+
This field may be empty.
97
105
type: string
98
106
reason:
99
-
description: The reason for the condition's last transition
100
-
in CamelCase. The specific API may choose whether or not this
101
-
field is considered a guaranteed API. This field may not be
102
-
empty.
107
+
description: |-
108
+
The reason for the condition's last transition in CamelCase.
109
+
The specific API may choose whether or not this field is considered a guaranteed API.
110
+
This field may not be empty.
103
111
type: string
104
112
severity:
105
-
description: Severity provides an explicit classification of
106
-
Reason code, so the users or machines can immediately understand
107
-
the current situation and act accordingly. The Severity field
108
-
MUST be set only when Status=False.
113
+
description: |-
114
+
Severity provides an explicit classification of Reason code, so the users or machines can immediately
115
+
understand the current situation and act accordingly.
116
+
The Severity field MUST be set only when Status=False.
109
117
type: string
110
118
status:
111
119
description: Status of the condition, one of True, False, Unknown.
112
120
type: string
113
121
type:
114
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
115
-
Many .condition.type values are consistent across resources
116
-
like Available, but because arbitrary conditions can be useful
117
-
(see .node.status.conditions), the ability to deconflict is
118
-
important.
122
+
description: |-
123
+
Type of condition in CamelCase or in foo.example.com/CamelCase.
124
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
125
+
can be useful (see .node.status.conditions), the ability to deconflict is important.
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
description: |-
27
+
APIVersion defines the versioned schema of this representation of an object.
28
+
Servers should convert recognized schemas to the latest internal value, and
29
+
may reject unrecognized values.
30
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
31
type: string
30
32
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
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'
33
+
description: |-
34
+
Kind is a string value representing the REST resource this object represents.
35
+
Servers may infer this from the endpoint the client submits requests to.
36
+
Cannot be updated.
37
+
In CamelCase.
38
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34
39
type: string
35
40
metadata:
36
41
type: object
@@ -55,16 +60,16 @@ spec:
55
60
used when reconciling this cluster
56
61
properties:
57
62
kind:
58
-
description: Kind of the identity. Must be supported by
59
-
the infrastructure provider and may be either cluster
60
-
or namespace-scoped.
63
+
description: |-
64
+
Kind of the identity. Must be supported by the infrastructure
65
+
provider and may be either cluster or namespace-scoped.
61
66
minLength: 1
62
67
type: string
63
68
name:
64
-
description: Name of the infrastructure identity to be
65
-
used. Must be either a cluster-scoped resource, or namespaced-scoped
66
-
resource the same namespace as the resource(s) being
67
-
provisioned.
69
+
description: |-
70
+
Name of the infrastructure identity to be used.
71
+
Must be either a cluster-scoped resource, or namespaced-scoped
72
+
resource the same namespace as the resource(s) being provisioned.
description: 'APIVersion defines the versioned schema of this representation
41
-
of an object. Servers should convert recognized schemas to the latest
42
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
40
+
description: |-
41
+
APIVersion defines the versioned schema of this representation of an object.
42
+
Servers should convert recognized schemas to the latest internal value, and
43
+
may reject unrecognized values.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
43
45
type: string
44
46
kind:
45
-
description: 'Kind is a string value representing the REST resource this
46
-
object represents. Servers may infer this from the endpoint the client
47
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
47
+
description: |-
48
+
Kind is a string value representing the REST resource this object represents.
49
+
Servers may infer this from the endpoint the client submits requests to.
50
+
Cannot be updated.
51
+
In CamelCase.
52
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
48
53
type: string
49
54
metadata:
50
55
type: object
@@ -57,14 +62,16 @@ spec:
57
62
reconciling this cluster
58
63
properties:
59
64
kind:
60
-
description: Kind of the identity. Must be supported by the infrastructure
65
+
description: |-
66
+
Kind of the identity. Must be supported by the infrastructure
61
67
provider and may be either cluster or namespace-scoped.
62
68
minLength: 1
63
69
type: string
64
70
name:
65
-
description: Name of the infrastructure identity to be used. Must
66
-
be either a cluster-scoped resource, or namespaced-scoped resource
67
-
the same namespace as the resource(s) being provisioned.
71
+
description: |-
72
+
Name of the infrastructure identity to be used.
73
+
Must be either a cluster-scoped resource, or namespaced-scoped
74
+
resource the same namespace as the resource(s) being provisioned.
68
75
type: string
69
76
required:
70
77
- kind
@@ -77,24 +84,28 @@ spec:
77
84
description: CreateOpts represents options used to create an image.
78
85
properties:
79
86
container_format:
80
-
description: ContainerFormat is the format of the container.
81
-
Valid values are ami, ari, aki, bare, and ovf.
87
+
description: |-
88
+
ContainerFormat is the format of the
89
+
container. Valid values are ami, ari, aki, bare, and ovf.
82
90
type: string
83
91
disk_format:
84
-
description: DiskFormat is the format of the disk. If set,
0 commit comments