VolumeAttachmentSpecPatch

data class VolumeAttachmentSpecPatch(val attacher: String? = null, val nodeName: String? = null, val source: VolumeAttachmentSourcePatch? = null)

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

Link copied to clipboard
constructor(attacher: String? = null, nodeName: String? = null, source: VolumeAttachmentSourcePatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attacher: String? = null

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

Link copied to clipboard
val nodeName: String? = null

The node that the volume should be attached to.

Link copied to clipboard

Source represents the volume that should be attached.