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

    Interface V1DataVolumeSource

    interface V1DataVolumeSource {
        hotpluggable?: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    hotpluggable?: boolean

    Hotpluggable indicates whether the volume can be hotplugged and hotunplugged.

    name: string

    Name of both the DataVolume and the PVC in the same namespace.

    ""