Volume Attachment Spec Patch Args
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
constructor(attacher: Output<String>? = null, nodeName: Output<String>? = null, source: Output<VolumeAttachmentSourcePatchArgs>? = null)