Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.56 KB

V1beta1DataVolumeSpec.md

File metadata and controls

18 lines (14 loc) · 1.56 KB

V1beta1DataVolumeSpec

Properties

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]

[Back to Model list] [Back to API list] [Back to README]