VolumeAttachmentSpec
io.k8s.api.storage.v1.VolumeAttachmentSpec
Description
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Properties
-
attacherstring required - attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
-
nodeNamestring required - nodeName represents the node that the volume should be attached to.
-
sourceVolumeAttachmentSource required - source represents the volume that should be attached.