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

    Interface IoK8sApiStorageV1VolumeAttachmentSpec

    VolumeAttachmentSpec is the specification of a VolumeAttachment request.

    interface IoK8sApiStorageV1VolumeAttachmentSpec {
        attacher: string;
        nodeName: string;
        source: IoK8sApiStorageV1VolumeAttachmentSource;
    }
    Index

    Properties

    attacher: string

    attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

    nodeName: string

    nodeName represents the node that the volume should be attached to.

    source represents the volume that should be attached.