@@ -188,31 +188,36 @@ spec:
188
188
type : object
189
189
properties :
190
190
conditions :
191
- type : array
192
191
description : |
193
- Hold the state information of the `ClusterVirtualImage`.
192
+ The latest available observations of an object's current state.
193
+ type : array
194
194
items :
195
195
type : object
196
196
properties :
197
- type :
198
- type : string
199
- status :
197
+ lastProbeTime :
198
+ description : Last time the condition was checked.
199
+ format : date-time
200
200
type : string
201
- reason :
201
+ lastTransitionTime :
202
+ description : Last time the condition transit from one status to another.
203
+ format : date-time
202
204
type : string
203
205
message :
206
+ description : Human readable message indicating details about last transition.
204
207
type : string
205
- lastProbeTime :
208
+ reason :
209
+ description : (brief) reason for the condition's last transition.
206
210
type : string
207
- format : date-time
208
- nullable : true
209
- lastTransitionTime :
211
+ status :
212
+ description : Status of the condition, one of True, False, Unknown.
213
+ type : string
214
+ enum : ["True", "False", "Unknown"]
215
+ type :
216
+ description : Type of condition.
210
217
type : string
211
- format : date-time
212
- nullable : true
213
218
required :
214
- - type
215
219
- status
220
+ - type
216
221
downloadSpeed :
217
222
type : object
218
223
description : |
@@ -287,9 +292,7 @@ spec:
287
292
* Provisioning - The process of resource creation (copying/downloading/building the image) is in progress.
288
293
* WaitForUserUpload - Waiting for the user to upload the image. The endpoint to upload the image is specified in `.status.uploadCommand`.
289
294
* Ready - The resource is created and ready to use.
290
- * Failed - There was a problem when creating a resource, details can be seen in `.status.failureReason` and `.status.failureMessage`.
291
- * NotReady - It is not possible to get information about the child image because of inability to connect to DVCR. The resource cannot be used.
292
- * ImageLost - The child image of the resource is missing. The resource cannot be used.
295
+ * Failed - There was a problem when creating a resource.
293
296
* Terminating - The process of resource deletion is in progress.
294
297
enum :
295
298
[
@@ -298,9 +301,7 @@ spec:
298
301
" WaitForUserUpload" ,
299
302
" Ready" ,
300
303
" Failed" ,
301
- " ImageLost" ,
302
304
" Terminating" ,
303
- " Unknown" ,
304
305
]
305
306
progress :
306
307
type : string
@@ -313,7 +314,7 @@ spec:
313
314
observedGeneration :
314
315
type : integer
315
316
description : |
316
- Represents the .metadata. generation that the status was set based upon .
317
+ The generation last processed by the controller .
317
318
additionalPrinterColumns :
318
319
- name : Phase
319
320
type : string
0 commit comments