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

    DataVolumeSourcePVC provides the parameters to create a Data Volume from an existing PVC

    interface V1beta1DataVolumeSourcePVC {
        name: string;
        namespace: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the source PVC

    ""
    
    namespace: string

    The namespace of the source PVC

    ""