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: MaasCluster is the Schema for the maasclusters API
25
23
properties:
26
24
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
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/sig-architecture/api-conventions.md#resources'
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
30
30
type: string
31
31
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
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/sig-architecture/api-conventions.md#types-kinds'
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
35
38
type: string
36
39
metadata:
37
40
type: object
@@ -58,8 +61,9 @@ spec:
58
61
minLength: 1
59
62
type: string
60
63
failureDomains:
61
-
description: FailureDomains are not usually defined on the spec. but
62
-
useful for MaaS since we can limit the domains to these
64
+
description: |-
65
+
FailureDomains are not usually defined on the spec.
66
+
but useful for MaaS since we can limit the domains to these
63
67
items:
64
68
type: string
65
69
type: array
@@ -76,37 +80,37 @@ spec:
76
80
operational state.
77
81
properties:
78
82
lastTransitionTime:
79
-
description: Last time the condition transitioned from one status
80
-
to another. This should be when the underlying condition changed.
81
-
If that is not known, then using the time when the API field
82
-
changed is acceptable.
83
+
description: |-
84
+
Last time the condition transitioned from one status to another.
85
+
This should be when the underlying condition changed. If that is not known, then using the time when
86
+
the API field changed is acceptable.
83
87
format: date-time
84
88
type: string
85
89
message:
86
-
description: A human readable message indicating details about
87
-
the transition. This field may be empty.
90
+
description: |-
91
+
A human readable message indicating details about the transition.
92
+
This field may be empty.
88
93
type: string
89
94
reason:
90
-
description: The reason for the condition's last transition
91
-
in CamelCase. The specific API may choose whether or not this
92
-
field is considered a guaranteed API. This field may not be
93
-
empty.
95
+
description: |-
96
+
The reason for the condition's last transition in CamelCase.
97
+
The specific API may choose whether or not this field is considered a guaranteed API.
98
+
This field may be empty.
94
99
type: string
95
100
severity:
96
-
description: Severity provides an explicit classification of
97
-
Reason code, so the users or machines can immediately understand
98
-
the current situation and act accordingly. The Severity field
99
-
MUST be set only when Status=False.
101
+
description: |-
102
+
severity provides an explicit classification of Reason code, so the users or machines can immediately
103
+
understand the current situation and act accordingly.
104
+
The Severity field MUST be set only when Status=False.
100
105
type: string
101
106
status:
102
-
description: Status of the condition, one of True, False, Unknown.
107
+
description: status of the condition, one of True, False, Unknown.
103
108
type: string
104
109
type:
105
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
106
-
Many .condition.type values are consistent across resources
107
-
like Available, but because arbitrary conditions can be useful
108
-
(see .node.status.conditions), the ability to deconflict is
109
-
important.
110
+
description: |-
111
+
type of condition in CamelCase or in foo.example.com/CamelCase.
112
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
113
+
can be useful (see .node.status.conditions), the ability to deconflict is important.
110
114
type: string
111
115
required:
112
116
- lastTransitionTime
@@ -116,24 +120,24 @@ spec:
116
120
type: array
117
121
failureDomains:
118
122
additionalProperties:
119
-
description: FailureDomainSpec is the Schema for Cluster API failure
120
-
domains. It allows controllers to understand how many failure
121
-
domains a cluster can optionally span across.
123
+
description: |-
124
+
FailureDomainSpec is the Schema for Cluster API failure domains.
125
+
It allows controllers to understand how many failure domains a cluster can optionally span across.
122
126
properties:
123
127
attributes:
124
128
additionalProperties:
125
129
type: string
126
-
description: Attributes is a free form map of attributes an
130
+
description: attributes is a free form map of attributes an
127
131
infrastructure provider might use or require.
128
132
type: object
129
133
controlPlane:
130
-
description: ControlPlane determines if this failure domain
134
+
description: controlPlane determines if this failure domain
131
135
is suitable for use by control plane machines.
132
136
type: boolean
133
137
type: object
134
-
description: FailureDomains don't mean much in CAPMAAS since it's
135
-
all local, but we can see how the rest of cluster API will use this
136
-
if we populate it.
138
+
description: |-
139
+
FailureDomains don't mean much in CAPMAAS since it's all local, but we can see how the rest of cluster API
140
+
will use this if we populate it.
137
141
type: object
138
142
network:
139
143
description: Network represents the network
@@ -144,10 +148,10 @@ spec:
144
148
type: object
145
149
ready:
146
150
default: false
147
-
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
148
-
of cluster Important: Run "make" to regenerate code after modifying
149
-
this file Ready denotes that the maas cluster (infrastructure) is
150
-
ready.'
151
+
description: |-
152
+
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
153
+
Important: Run "make" to regenerate code after modifying this file
154
+
Ready denotes that the maas cluster (infrastructure) is ready.
description: MaasMachine is the Schema for the maasmachines API
25
23
properties:
26
24
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
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/sig-architecture/api-conventions.md#resources'
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
30
30
type: string
31
31
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
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/sig-architecture/api-conventions.md#types-kinds'
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
35
38
type: string
36
39
metadata:
37
40
type: object
38
41
spec:
39
42
description: MaasMachineSpec defines the desired state of MaasMachine
40
43
properties:
41
44
failureDomain:
42
-
description: FailureDomain is the failure domain the machine will
43
-
be created in. Must match a key in the FailureDomains map stored
44
-
on the cluster object.
45
+
description: |-
46
+
FailureDomain is the failure domain the machine will be created in.
47
+
Must match a key in the FailureDomains map stored on the cluster object.
45
48
type: string
46
49
image:
47
50
description: Image will be the MaaS image id
@@ -103,37 +106,37 @@ spec:
103
106
operational state.
104
107
properties:
105
108
lastTransitionTime:
106
-
description: Last time the condition transitioned from one status
107
-
to another. This should be when the underlying condition changed.
108
-
If that is not known, then using the time when the API field
109
-
changed is acceptable.
109
+
description: |-
110
+
Last time the condition transitioned from one status to another.
111
+
This should be when the underlying condition changed. If that is not known, then using the time when
112
+
the API field changed is acceptable.
110
113
format: date-time
111
114
type: string
112
115
message:
113
-
description: A human readable message indicating details about
114
-
the transition. This field may be empty.
116
+
description: |-
117
+
A human readable message indicating details about the transition.
118
+
This field may be empty.
115
119
type: string
116
120
reason:
117
-
description: The reason for the condition's last transition
118
-
in CamelCase. The specific API may choose whether or not this
119
-
field is considered a guaranteed API. This field may not be
120
-
empty.
121
+
description: |-
122
+
The reason for the condition's last transition in CamelCase.
123
+
The specific API may choose whether or not this field is considered a guaranteed API.
124
+
This field may be empty.
121
125
type: string
122
126
severity:
123
-
description: Severity provides an explicit classification of
124
-
Reason code, so the users or machines can immediately understand
125
-
the current situation and act accordingly. The Severity field
126
-
MUST be set only when Status=False.
127
+
description: |-
128
+
severity provides an explicit classification of Reason code, so the users or machines can immediately
129
+
understand the current situation and act accordingly.
130
+
The Severity field MUST be set only when Status=False.
127
131
type: string
128
132
status:
129
-
description: Status of the condition, one of True, False, Unknown.
133
+
description: status of the condition, one of True, False, Unknown.
130
134
type: string
131
135
type:
132
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
133
-
Many .condition.type values are consistent across resources
134
-
like Available, but because arbitrary conditions can be useful
135
-
(see .node.status.conditions), the ability to deconflict is
136
-
important.
136
+
description: |-
137
+
type of condition in CamelCase or in foo.example.com/CamelCase.
138
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
139
+
can be useful (see .node.status.conditions), the ability to deconflict is important.
137
140
type: string
138
141
required:
139
142
- lastTransitionTime
@@ -146,14 +149,16 @@ spec:
146
149
the IP of this machine
147
150
type: boolean
148
151
failureMessage:
149
-
description: FailureMessage will be set in the event that there is
150
-
a terminal problem reconciling the Machine and will contain a more
151
-
verbose string suitable for logging and human consumption.
152
+
description: |-
153
+
FailureMessage will be set in the event that there is a terminal problem
154
+
reconciling the Machine and will contain a more verbose string suitable
155
+
for logging and human consumption.
152
156
type: string
153
157
failureReason:
154
-
description: FailureReason will be set in the event that there is
155
-
a terminal problem reconciling the Machine and will contain a succinct
156
-
value suitable for machine interpretation.
158
+
description: |-
159
+
FailureReason will be set in the event that there is a terminal problem
160
+
reconciling the Machine and will contain a succinct value suitable
0 commit comments