VolumeAttachmentSpec

data class VolumeAttachmentSpec(val attacher: String, val nodeName: String, val source: VolumeAttachmentSource)

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

Link copied to clipboard
constructor(attacher: String, nodeName: String, source: VolumeAttachmentSource)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

source represents the volume that should be attached.