Volume Attachment
data class VolumeAttachment(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: VolumeAttachmentSpec, val status: VolumeAttachmentStatus? = null)
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 VolumeAttachment(apiVersion: String? = null, kind: String? = null, metadata: ObjectMeta? = null, spec: VolumeAttachmentSpec, status: VolumeAttachmentStatus? = null)