github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cdi.kubevirt.io/DataVolume/testdata/progressing_containercreating.yaml (about) 1 apiVersion: cdi.kubevirt.io/v1beta1 2 kind: DataVolume 3 metadata: 4 creationTimestamp: "2021-10-25T22:23:10Z" 5 name: example-badimport-dv 6 namespace: default 7 spec: 8 pvc: 9 accessModes: 10 - ReadWriteOnce 11 resources: 12 requests: 13 storage: 1Gi 14 source: 15 http: 16 url: https://download.fedoraproject.org/pub/no-such-image.xz 17 status: 18 conditions: 19 - lastHeartbeatTime: "2021-10-25T22:23:15Z" 20 lastTransitionTime: "2021-10-25T22:23:15Z" 21 message: PVC example-badimport-dv Bound 22 reason: Bound 23 status: "True" 24 type: Bound 25 - lastHeartbeatTime: "2021-10-25T22:23:10Z" 26 lastTransitionTime: "2021-10-25T22:23:10Z" 27 status: "False" 28 type: Ready 29 - lastHeartbeatTime: "2021-10-25T22:23:15Z" 30 lastTransitionTime: "2021-10-25T22:23:10Z" 31 reason: ContainerCreating 32 status: "False" 33 type: Running 34 phase: ImportScheduled 35 progress: N/A