Skip to main content
Schemaobject

io.k8s.api.storage.v1.VolumeAttachmentSpec

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Source
specs/apis__storage.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
attacher string
required

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

nodeName string
required

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

source
required

source represents the volume that should be attached.