VolumeAttachmentSpecPatchArgs

data class VolumeAttachmentSpecPatchArgs(val attacher: Output<String>? = null, val nodeName: Output<String>? = null, val source: Output<VolumeAttachmentSourcePatchArgs>? = null) : ConvertibleToJava<VolumeAttachmentSpecPatchArgs>

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

Link copied to clipboard
fun VolumeAttachmentSpecPatchArgs(attacher: Output<String>? = null, nodeName: Output<String>? = null, source: Output<VolumeAttachmentSourcePatchArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val attacher: Output<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: Output<String>? = null

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

Link copied to clipboard

source represents the volume that should be attached.