Manifests.io

Easy to use kubernetes documentation

VolumeAttachment.spec

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Description
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 🔗
VolumeAttachmentSource *

source represents the volume that should be attached.

See an issue here?