@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- controller-gen.kubebuilder.io/version : v0.15.0
6
+ controller-gen.kubebuilder.io/version : v0.16.3
7
7
name : servers.metal.ironcore.dev
8
8
spec :
9
9
group : metal.ironcore.dev
@@ -103,9 +103,7 @@ spec:
103
103
This field is effectively required, but due to backwards compatibility is
104
104
allowed to be empty. Instances of this type with an empty value here are
105
105
almost certainly wrong.
106
- TODO: Add other useful fields. apiVersion, kind, uid?
107
106
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
108
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
109
107
type : string
110
108
type : object
111
109
x-kubernetes-map-type : atomic
@@ -148,9 +146,7 @@ spec:
148
146
This field is effectively required, but due to backwards compatibility is
149
147
allowed to be empty. Instances of this type with an empty value here are
150
148
almost certainly wrong.
151
- TODO: Add other useful fields. apiVersion, kind, uid?
152
149
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
153
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
154
150
type : string
155
151
type : object
156
152
x-kubernetes-map-type : atomic
@@ -172,7 +168,6 @@ spec:
172
168
the event) or if no container name is specified "spec.containers[2]" (container with
173
169
index 2 in this pod). This syntax is chosen only to have some well-defined way of
174
170
referencing a part of an object.
175
- TODO: this design is not final and this field is subject to change in the future.
176
171
type : string
177
172
kind :
178
173
description : |-
@@ -245,7 +240,6 @@ spec:
245
240
the event) or if no container name is specified "spec.containers[2]" (container with
246
241
index 2 in this pod). This syntax is chosen only to have some well-defined way of
247
242
referencing a part of an object.
248
- TODO: this design is not final and this field is subject to change in the future.
249
243
type : string
250
244
kind :
251
245
description : |-
@@ -303,16 +297,8 @@ spec:
303
297
description : Conditions represents the latest available observations
304
298
of the server's current state.
305
299
items :
306
- description : " Condition contains details for one aspect of the current
307
- state of this API Resource.\n ---\n This struct is intended for
308
- direct use as an array at the field path .status.conditions. For
309
- example,\n\n\n\t type FooStatus struct{\n\t // Represents the
310
- observations of a foo's current state.\n\t // Known .status.conditions.type
311
- are: \" Available\" , \" Progressing\" , and \" Degraded\"\n\t //
312
- +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
313
- \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\" conditions,omitempty\"
314
- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `\n\n\n\t
315
- \ // other fields\n\t }"
300
+ description : Condition contains details for one aspect of the current
301
+ state of this API Resource.
316
302
properties :
317
303
lastTransitionTime :
318
304
description : |-
@@ -353,12 +339,7 @@ spec:
353
339
- Unknown
354
340
type : string
355
341
type :
356
- description : |-
357
- type of condition in CamelCase or in foo.example.com/CamelCase.
358
- ---
359
- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
360
- useful (see .node.status.conditions), the ability to deconflict is important.
361
- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
342
+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
362
343
maxLength : 316
363
344
pattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
364
345
type : string
0 commit comments