VolumeAttachmentSpecArgs

data class VolumeAttachmentSpecArgs(val attacher: Output<String>, val nodeName: Output<String>, val source: Output<VolumeAttachmentSourceArgs>) : ConvertibleToJava<VolumeAttachmentSpecArgs>

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

Link copied to clipboard
constructor(attacher: Output<String>, nodeName: Output<String>, source: Output<VolumeAttachmentSourceArgs>)

Properties

Link copied to clipboard
val attacher: Output<String>

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: Output<String>

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

Link copied to clipboard

source represents the volume that should be attached.

Functions

Link copied to clipboard
open override fun toJava(): VolumeAttachmentSpecArgs