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
description: ProxmoxCluster is the Schema for the proxmoxclusters API
39
38
properties:
40
39
apiVersion:
41
-
description: 'APIVersion defines the versioned schema of this representation
42
-
of an object. Servers should convert recognized schemas to the latest
43
-
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
44
45
type: string
45
46
kind:
46
-
description: 'Kind is a string value representing the REST resource this
47
-
object represents. Servers may infer this from the endpoint the client
48
-
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
49
53
type: string
50
54
metadata:
51
55
type: object
@@ -79,10 +83,14 @@ spec:
79
83
proxmox login secrets
80
84
properties:
81
85
name:
82
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
86
+
description: |-
87
+
Name of the referent.
88
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
83
89
type: string
84
90
namespace:
85
-
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
91
+
description: |-
92
+
Namespace of the referent.
93
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
86
94
type: string
87
95
required:
88
96
- name
@@ -112,37 +120,37 @@ spec:
112
120
operational state.
113
121
properties:
114
122
lastTransitionTime:
115
-
description: Last time the condition transitioned from one status
116
-
to another. This should be when the underlying condition changed.
117
-
If that is not known, then using the time when the API field
118
-
changed is acceptable.
123
+
description: |-
124
+
Last time the condition transitioned from one status to another.
125
+
This should be when the underlying condition changed. If that is not known, then using the time when
126
+
the API field changed is acceptable.
119
127
format: date-time
120
128
type: string
121
129
message:
122
-
description: A human readable message indicating details about
123
-
the transition. This field may be empty.
130
+
description: |-
131
+
A human readable message indicating details about the transition.
132
+
This field may be empty.
124
133
type: string
125
134
reason:
126
-
description: The reason for the condition's last transition
127
-
in CamelCase. The specific API may choose whether or not this
128
-
field is considered a guaranteed API. This field may not be
129
-
empty.
135
+
description: |-
136
+
The reason for the condition's last transition in CamelCase.
137
+
The specific API may choose whether or not this field is considered a guaranteed API.
138
+
This field may not be empty.
130
139
type: string
131
140
severity:
132
-
description: Severity provides an explicit classification of
133
-
Reason code, so the users or machines can immediately understand
134
-
the current situation and act accordingly. The Severity field
135
-
MUST be set only when Status=False.
141
+
description: |-
142
+
Severity provides an explicit classification of Reason code, so the users or machines can immediately
143
+
understand the current situation and act accordingly.
144
+
The Severity field MUST be set only when Status=False.
136
145
type: string
137
146
status:
138
147
description: Status of the condition, one of True, False, Unknown.
139
148
type: string
140
149
type:
141
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
142
-
Many .condition.type values are consistent across resources
143
-
like Available, but because arbitrary conditions can be useful
144
-
(see .node.status.conditions), the ability to deconflict is
145
-
important.
150
+
description: |-
151
+
Type of condition in CamelCase or in foo.example.com/CamelCase.
152
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
153
+
can be useful (see .node.status.conditions), the ability to deconflict is important.
146
154
type: string
147
155
required:
148
156
- lastTransitionTime
@@ -152,9 +160,9 @@ spec:
152
160
type: array
153
161
failureDomains:
154
162
additionalProperties:
155
-
description: FailureDomainSpec is the Schema for Cluster API failure
156
-
domains. It allows controllers to understand how many failure
157
-
domains a cluster can optionally span across.
163
+
description: |-
164
+
FailureDomainSpec is the Schema for Cluster API failure domains.
165
+
It allows controllers to understand how many failure domains a cluster can optionally span across.
0 commit comments