@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1beta1DataVolumeSpec

    DataVolumeSpec defines the DataVolume type specification

    interface V1beta1DataVolumeSpec {
        checkpoints?: V1beta1DataVolumeCheckpoint[];
        contentType?: string;
        finalCheckpoint?: boolean;
        preallocation?: boolean;
        priorityClassName?: string;
        pvc?: K8sIoApiCoreV1PersistentVolumeClaimSpec;
        source?: V1beta1DataVolumeSource;
        sourceRef?: V1beta1DataVolumeSourceRef;
        storage?: V1beta1StorageSpec;
    }
    Index

    Properties

    Checkpoints is a list of DataVolumeCheckpoints, representing stages in a multistage import.

    contentType?: string

    DataVolumeContentType options: "kubevirt", "archive"

    finalCheckpoint?: boolean

    FinalCheckpoint indicates whether the current DataVolumeCheckpoint is the final checkpoint.

    preallocation?: boolean

    Preallocation controls whether storage for DataVolumes should be allocated in advance.

    priorityClassName?: string

    PriorityClassName for Importer, Cloner and Uploader pod

    PVC is the PVC specification

    Source is the src of the data for the requested DataVolume

    SourceRef is an indirect reference to the source of data for the requested DataVolume

    Storage is the requested storage specification