@@ -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.14.0
6
+ controller-gen.kubebuilder.io/version : v0.16.3
7
7
name : grafanadashboards.grafana.integreatly.org
8
8
spec :
9
9
group : grafana.integreatly.org
69
69
This field is effectively required, but due to backwards compatibility is
70
70
allowed to be empty. Instances of this type with an empty value here are
71
71
almost certainly wrong.
72
- TODO: Add other useful fields. apiVersion, kind, uid?
73
72
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
74
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
75
73
type : string
76
74
optional :
77
75
description : Specify whether the ConfigMap or its key must be
@@ -114,9 +112,7 @@ spec:
114
112
This field is effectively required, but due to backwards compatibility is
115
113
allowed to be empty. Instances of this type with an empty value here are
116
114
almost certainly wrong.
117
- TODO: Add other useful fields. apiVersion, kind, uid?
118
115
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
119
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
120
116
type : string
121
117
optional :
122
118
description : Specify whether the ConfigMap or its key must
@@ -140,9 +136,7 @@ spec:
140
136
This field is effectively required, but due to backwards compatibility is
141
137
allowed to be empty. Instances of this type with an empty value here are
142
138
almost certainly wrong.
143
- TODO: Add other useful fields. apiVersion, kind, uid?
144
139
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
145
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
146
140
type : string
147
141
optional :
148
142
description : Specify whether the Secret or its key must
@@ -180,9 +174,7 @@ spec:
180
174
This field is effectively required, but due to backwards compatibility is
181
175
allowed to be empty. Instances of this type with an empty value here are
182
176
almost certainly wrong.
183
- TODO: Add other useful fields. apiVersion, kind, uid?
184
177
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
185
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
186
178
type : string
187
179
optional :
188
180
description : Specify whether the ConfigMap or its key
@@ -206,9 +198,7 @@ spec:
206
198
This field is effectively required, but due to backwards compatibility is
207
199
allowed to be empty. Instances of this type with an empty value here are
208
200
almost certainly wrong.
209
- TODO: Add other useful fields. apiVersion, kind, uid?
210
201
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
211
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
212
202
type : string
213
203
optional :
214
204
description : Specify whether the Secret or its key must
@@ -360,9 +350,7 @@ spec:
360
350
This field is effectively required, but due to backwards compatibility is
361
351
allowed to be empty. Instances of this type with an empty value here are
362
352
almost certainly wrong.
363
- TODO: Add other useful fields. apiVersion, kind, uid?
364
353
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
365
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
366
354
type : string
367
355
optional :
368
356
description : Specify whether the Secret or its key must
@@ -386,9 +374,7 @@ spec:
386
374
This field is effectively required, but due to backwards compatibility is
387
375
allowed to be empty. Instances of this type with an empty value here are
388
376
almost certainly wrong.
389
- TODO: Add other useful fields. apiVersion, kind, uid?
390
377
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
391
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
392
378
type : string
393
379
optional :
394
380
description : Specify whether the Secret or its key must
@@ -421,16 +407,8 @@ spec:
421
407
type : boolean
422
408
conditions :
423
409
items :
424
- description : " Condition contains details for one aspect of the current
425
- state of this API Resource.\n ---\n This struct is intended for
426
- direct use as an array at the field path .status.conditions. For
427
- example,\n\n\n\t type FooStatus struct{\n\t // Represents the
428
- observations of a foo's current state.\n\t // Known .status.conditions.type
429
- are: \" Available\" , \" Progressing\" , and \" Degraded\"\n\t //
430
- +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
431
- \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\" conditions,omitempty\"
432
- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `\n\n\n\t
433
- \ // other fields\n\t }"
410
+ description : Condition contains details for one aspect of the current
411
+ state of this API Resource.
434
412
properties :
435
413
lastTransitionTime :
436
414
description : |-
@@ -471,12 +449,7 @@ spec:
471
449
- Unknown
472
450
type : string
473
451
type :
474
- description : |-
475
- type of condition in CamelCase or in foo.example.com/CamelCase.
476
- ---
477
- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
478
- useful (see .node.status.conditions), the ability to deconflict is important.
479
- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
452
+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
480
453
maxLength : 316
481
454
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])$
482
455
type : string
0 commit comments