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>

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