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

    Interface V1HotplugVolumeStatus

    HotplugVolumeStatus represents the hotplug status of the volume

    interface V1HotplugVolumeStatus {
        attachPodName?: string;
        attachPodUID?: string;
    }
    Index

    Properties

    attachPodName?: string

    AttachPodName is the name of the pod used to attach the volume to the node.

    attachPodUID?: string

    AttachPodUID is the UID of the pod used to attach the volume to the node.