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

    Interface V1HotplugVolumeSource

    HotplugVolumeSource Represents the source of a volume to mount which are capable of being hotplugged on a live running VMI. Only one of its members may be specified.

    interface V1HotplugVolumeSource {
        dataVolume?: V1DataVolumeSource;
        persistentVolumeClaim?: V1PersistentVolumeClaimVolumeSource;
    }
    Index

    Properties

    dataVolume?: V1DataVolumeSource

    DataVolume represents the dynamic creation a PVC for this volume as well as the process of populating that PVC with a disk image.

    persistentVolumeClaim?: V1PersistentVolumeClaimVolumeSource

    PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. Directly attached to the vmi via qemu. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims