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

    DataVolumeStatus contains the current status of the DataVolume

    interface V1beta1DataVolumeStatus {
        claimName?: string;
        conditions?: V1beta1DataVolumeCondition[];
        phase?: string;
        progress?: string;
        restartCount?: number;
    }
    Index

    Properties

    claimName?: string

    ClaimName is the name of the underlying PVC used by the DataVolume.

    phase?: string

    Phase is the current phase of the data volume

    progress?: string
    restartCount?: number

    RestartCount is the number of times the pod populating the DataVolume has restarted

    int32