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
bump controller tools to the version which bumps k8s deps to
v0.29.0, which aligns with the version in the operators.
Signed-off-by: Martin Schuppert <[email protected]>
description: Ceilometer is the Schema for the ceilometers API
31
30
properties:
32
31
apiVersion:
33
-
description: 'APIVersion defines the versioned schema of this representation
34
-
of an object. Servers should convert recognized schemas to the latest
35
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
32
+
description: |-
33
+
APIVersion defines the versioned schema of this representation of an object.
34
+
Servers should convert recognized schemas to the latest internal value, and
35
+
may reject unrecognized values.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
36
37
type: string
37
38
kind:
38
-
description: 'Kind is a string value representing the REST resource this
39
-
object represents. Servers may infer this from the endpoint the client
40
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
+
description: |-
40
+
Kind is a string value representing the REST resource this object represents.
41
+
Servers may infer this from the endpoint the client submits requests to.
42
+
Cannot be updated.
43
+
In CamelCase.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
45
type: string
42
46
ksmStatus:
43
47
description: KSMStatus defines the observed state of kube-state-metrics
@@ -49,10 +53,10 @@ spec:
49
53
operational state.
50
54
properties:
51
55
lastTransitionTime:
52
-
description: Last time the condition transitioned from one status
53
-
to another. This should be when the underlying condition changed.
54
-
If that is not known, then using the time when the API field
55
-
changed is acceptable.
56
+
description: |-
57
+
Last time the condition transitioned from one status to another.
58
+
This should be when the underlying condition changed. If that is not known, then using the time when
59
+
the API field changed is acceptable.
56
60
format: date-time
57
61
type: string
58
62
message:
@@ -64,14 +68,13 @@ spec:
64
68
in CamelCase.
65
69
type: string
66
70
severity:
67
-
description: Severity provides a classification of Reason code,
68
-
so the current situation is immediately understandable and
69
-
could act accordingly. It is meant for situations where Status=False
70
-
and it should be indicated if it is just informational, warning
71
-
(next reconciliation might fix it) or an error (e.g. DB create
72
-
issue and no actions to automatically resolve the issue can/should
73
-
be done). For conditions where Status=Unknown or Status=True
74
-
the Severity should be SeverityNone.
71
+
description: |-
72
+
Severity provides a classification of Reason code, so the current situation is immediately
73
+
understandable and could act accordingly.
74
+
It is meant for situations where Status=False and it should be indicated if it is just
75
+
informational, warning (next reconciliation might fix it) or an error (e.g. DB create issue
76
+
and no actions to automatically resolve the issue can/should be done).
77
+
For conditions where Status=Unknown or Status=True the Severity should be SeverityNone.
75
78
type: string
76
79
status:
77
80
description: Status of the condition, one of True, False, Unknown.
@@ -91,11 +94,11 @@ spec:
91
94
description: Map of hashes to track e.g. job status
92
95
type: object
93
96
observedGeneration:
94
-
description: ObservedGeneration - the most recent generation observed
95
-
for this service. If the observed generation is less than the spec
96
-
generation, then the controller has not processed the latest changes
97
-
injected by the openstack-operator in the top-level CR (e.g. the
98
-
ContainerImage)
97
+
description: |-
98
+
ObservedGeneration - the most recent generation observed for this
99
+
service. If the observed generation is less than the spec generation,
100
+
then the controller has not processed the latest changes injected by
101
+
the openstack-operator in the top-level CR (e.g. the ContainerImage)
99
102
format: int64
100
103
type: integer
101
104
readyCount:
@@ -118,19 +121,18 @@ spec:
118
121
type: string
119
122
customServiceConfig:
120
123
default: '# add your customization here'
121
-
description: CustomServiceConfig - customize the service config using
122
-
this parameter to change service defaults, or overwrite rendered
123
-
information using raw OpenStack config format. The content gets
124
-
added to to /etc/<service>/<service>.conf.d directory as custom.conf
125
-
file.
124
+
description: |-
125
+
CustomServiceConfig - customize the service config using this parameter to change service defaults,
126
+
or overwrite rendered information using raw OpenStack config format. The content gets added to
127
+
to /etc/<service>/<service>.conf.d directory as custom.conf file.
126
128
type: string
127
129
defaultConfigOverwrite:
128
130
additionalProperties:
129
131
type: string
130
-
description: 'ConfigOverwrite - interface to overwrite default config
131
-
files like e.g. logging.conf or policy.json. But can also be used
132
-
to add additional files. Those get added to the service config dir
133
-
in /etc/<service> . TODO: -> implement'
132
+
description: |-
133
+
ConfigOverwrite - interface to overwrite default config files like e.g. logging.conf or policy.json.
134
+
But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
135
+
TODO: -> implement
134
136
type: object
135
137
ipmiImage:
136
138
type: string
@@ -182,8 +184,9 @@ spec:
182
184
type: string
183
185
rabbitMqClusterName:
184
186
default: rabbitmq
185
-
description: RabbitMQ instance name Needed to request a transportURL
186
-
that is created and used in Telemetry
187
+
description: |-
188
+
RabbitMQ instance name
189
+
Needed to request a transportURL that is created and used in Telemetry
187
190
type: string
188
191
secret:
189
192
default: osp-secret
@@ -227,10 +230,10 @@ spec:
227
230
operational state.
228
231
properties:
229
232
lastTransitionTime:
230
-
description: Last time the condition transitioned from one status
231
-
to another. This should be when the underlying condition changed.
232
-
If that is not known, then using the time when the API field
233
-
changed is acceptable.
233
+
description: |-
234
+
Last time the condition transitioned from one status to another.
235
+
This should be when the underlying condition changed. If that is not known, then using the time when
236
+
the API field changed is acceptable.
234
237
format: date-time
235
238
type: string
236
239
message:
@@ -242,14 +245,13 @@ spec:
242
245
in CamelCase.
243
246
type: string
244
247
severity:
245
-
description: Severity provides a classification of Reason code,
246
-
so the current situation is immediately understandable and
247
-
could act accordingly. It is meant for situations where Status=False
248
-
and it should be indicated if it is just informational, warning
249
-
(next reconciliation might fix it) or an error (e.g. DB create
250
-
issue and no actions to automatically resolve the issue can/should
251
-
be done). For conditions where Status=Unknown or Status=True
252
-
the Severity should be SeverityNone.
248
+
description: |-
249
+
Severity provides a classification of Reason code, so the current situation is immediately
250
+
understandable and could act accordingly.
251
+
It is meant for situations where Status=False and it should be indicated if it is just
252
+
informational, warning (next reconciliation might fix it) or an error (e.g. DB create issue
253
+
and no actions to automatically resolve the issue can/should be done).
254
+
For conditions where Status=Unknown or Status=True the Severity should be SeverityNone.
253
255
type: string
254
256
status:
255
257
description: Status of the condition, one of True, False, Unknown.
@@ -275,11 +277,11 @@ spec:
275
277
type: string
276
278
type: array
277
279
observedGeneration:
278
-
description: ObservedGeneration - the most recent generation observed
279
-
for this service. If the observed generation is less than the spec
280
-
generation, then the controller has not processed the latest changes
281
-
injected by the openstack-operator in the top-level CR (e.g. the
282
-
ContainerImage)
280
+
description: |-
281
+
ObservedGeneration - the most recent generation observed for this
282
+
service. If the observed generation is less than the spec generation,
283
+
then the controller has not processed the latest changes injected by
284
+
the openstack-operator in the top-level CR (e.g. the ContainerImage)
description: Logging is the Schema for the loggings API
33
32
properties:
34
33
apiVersion:
35
-
description: 'APIVersion defines the versioned schema of this representation
36
-
of an object. Servers should convert recognized schemas to the latest
37
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
34
+
description: |-
35
+
APIVersion defines the versioned schema of this representation of an object.
36
+
Servers should convert recognized schemas to the latest internal value, and
37
+
may reject unrecognized values.
38
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
38
39
type: string
39
40
kind:
40
-
description: 'Kind is a string value representing the REST resource this
41
-
object represents. Servers may infer this from the endpoint the client
42
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
41
+
description: |-
42
+
Kind is a string value representing the REST resource this object represents.
43
+
Servers may infer this from the endpoint the client submits requests to.
44
+
Cannot be updated.
45
+
In CamelCase.
46
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
43
47
type: string
44
48
metadata:
45
49
type: object
@@ -98,10 +102,10 @@ spec:
98
102
operational state.
99
103
properties:
100
104
lastTransitionTime:
101
-
description: Last time the condition transitioned from one status
102
-
to another. This should be when the underlying condition changed.
103
-
If that is not known, then using the time when the API field
104
-
changed is acceptable.
105
+
description: |-
106
+
Last time the condition transitioned from one status to another.
107
+
This should be when the underlying condition changed. If that is not known, then using the time when
108
+
the API field changed is acceptable.
105
109
format: date-time
106
110
type: string
107
111
message:
@@ -113,14 +117,13 @@ spec:
113
117
in CamelCase.
114
118
type: string
115
119
severity:
116
-
description: Severity provides a classification of Reason code,
117
-
so the current situation is immediately understandable and
118
-
could act accordingly. It is meant for situations where Status=False
119
-
and it should be indicated if it is just informational, warning
120
-
(next reconciliation might fix it) or an error (e.g. DB create
121
-
issue and no actions to automatically resolve the issue can/should
122
-
be done). For conditions where Status=Unknown or Status=True
123
-
the Severity should be SeverityNone.
120
+
description: |-
121
+
Severity provides a classification of Reason code, so the current situation is immediately
122
+
understandable and could act accordingly.
123
+
It is meant for situations where Status=False and it should be indicated if it is just
124
+
informational, warning (next reconciliation might fix it) or an error (e.g. DB create issue
125
+
and no actions to automatically resolve the issue can/should be done).
126
+
For conditions where Status=Unknown or Status=True the Severity should be SeverityNone.
124
127
type: string
125
128
status:
126
129
description: Status of the condition, one of True, False, Unknown.
@@ -140,11 +143,11 @@ spec:
140
143
description: Map of hashes to track e.g. job status
141
144
type: object
142
145
observedGeneration:
143
-
description: ObservedGeneration - the most recent generation observed
144
-
for this service. If the observed generation is less than the spec
145
-
generation, then the controller has not processed the latest changes
146
-
injected by the openstack-operator in the top-level CR (e.g. the
147
-
ContainerImage)
146
+
description: |-
147
+
ObservedGeneration - the most recent generation observed for this
148
+
service. If the observed generation is less than the spec generation,
149
+
then the controller has not processed the latest changes injected by
150
+
the openstack-operator in the top-level CR (e.g. the ContainerImage)
0 commit comments