Volume Attachment Args
data class VolumeAttachmentArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<VolumeAttachmentSpecArgs>? = null) : ConvertibleToJava<VolumeAttachmentArgs>
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.
Constructors
Link copied to clipboard
fun VolumeAttachmentArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<VolumeAttachmentSpecArgs>? = null)