Name | Type | Description | Notes |
---|---|---|---|
checkpoints | list[V1beta1DataVolumeCheckpoint] | Checkpoints is a list of DataVolumeCheckpoints, representing stages in a multistage import. | [optional] |
content_type | str | DataVolumeContentType options: "kubevirt", "archive" | [optional] |
final_checkpoint | bool | FinalCheckpoint indicates whether the current DataVolumeCheckpoint is the final checkpoint. | [optional] |
preallocation | bool | Preallocation controls whether storage for DataVolumes should be allocated in advance. | [optional] |
priority_class_name | str | PriorityClassName for Importer, Cloner and Uploader pod | [optional] |
pvc | K8sIoApiCoreV1PersistentVolumeClaimSpec | PVC is the PVC specification | [optional] |
source | V1beta1DataVolumeSource | Source is the src of the data for the requested DataVolume | [optional] |
source_ref | V1beta1DataVolumeSourceRef | SourceRef is an indirect reference to the source of data for the requested DataVolume | [optional] |
storage | V1beta1StorageSpec | Storage is the requested storage specification | [optional] |