VolumeAttachment
final case class VolumeAttachment(status: Option[VolumeAttachmentStatus], spec: VolumeAttachmentSpec, metadata: Option[ObjectMeta]) extends KObject
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
VolumeAttachment objects are non-namespaced.
- Source:
- VolumeAttachment.scala