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

    Interface V1beta1DataVolumeSourceRef

    DataVolumeSourceRef defines an indirect reference to the source of data for the DataVolume

    interface V1beta1DataVolumeSourceRef {
        kind: string;
        name: string;
        namespace?: string;
    }
    Index

    Properties

    Properties

    kind: string

    The kind of the source reference, currently only "DataSource" is supported

    ""
    
    name: string

    The name of the source reference

    ""
    
    namespace?: string

    The namespace of the source reference, defaults to the DataVolume namespace