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: 'unmanaged controls if cluster version operator should stop managing the resources in this cluster. Default: false'
149
150
type: boolean
151
+
x-kubernetes-list-map-keys:
152
+
- kind
153
+
- group
154
+
- namespace
155
+
- name
156
+
x-kubernetes-list-type: map
150
157
upstream:
151
158
description: upstream may be used to specify the preferred update server. By default it will use the appropriate update server for the cluster and region.
152
159
type: string
@@ -171,6 +178,7 @@ spec:
171
178
type: array
172
179
items:
173
180
type: string
181
+
x-kubernetes-list-type: set
174
182
image:
175
183
description: image is a container image location that contains the update. When this field is part of spec, image is optional if version is specified and the availableUpdates field contains a matching version.
176
184
type: string
@@ -181,6 +189,7 @@ spec:
181
189
description: version is a semantic version identifying the update version. When this field is part of spec, version is optional if image is specified.
182
190
type: string
183
191
nullable: true
192
+
x-kubernetes-list-type: atomic
184
193
capabilities:
185
194
description: capabilities describes the state of optional, core cluster components.
186
195
type: object
@@ -295,6 +304,7 @@ spec:
295
304
type: array
296
305
items:
297
306
type: string
307
+
x-kubernetes-list-type: set
298
308
image:
299
309
description: image is a container image location that contains the update. When this field is part of spec, image is optional if version is specified and the availableUpdates field contains a matching version.
300
310
type: string
@@ -387,6 +397,9 @@ spec:
387
397
type:
388
398
description: type specifies the aspect reported by this condition.
389
399
type: string
400
+
x-kubernetes-list-map-keys:
401
+
- type
402
+
x-kubernetes-list-type: map
390
403
desired:
391
404
description: desired is the version that the cluster is reconciling towards. If the cluster is not yet fully initialized desired will be set with the information available, which may be an image or a tag.
392
405
type: object
@@ -396,6 +409,7 @@ spec:
396
409
type: array
397
410
items:
398
411
type: string
412
+
x-kubernetes-list-type: set
399
413
image:
400
414
description: image is a container image location that contains the update. When this field is part of spec, image is optional if version is specified and the availableUpdates field contains a matching version.
401
415
type: string
@@ -442,6 +456,7 @@ spec:
442
456
version:
443
457
description: version is a semantic version identifying the update version. If the requested image does not define a version, or if a failure occurs retrieving the image, this value may be empty.
444
458
type: string
459
+
x-kubernetes-list-type: atomic
445
460
observedGeneration:
446
461
description: observedGeneration reports which version of the spec is being synced. If this value is not equal to metadata.generation, then the desired and conditions fields may represent a previous version.
0 commit comments