io.k8s.api.storage.v1.VolumeAttachmentSource
See theVolumeAttachmentSource companion object
final case class VolumeAttachmentSource(inlineVolumeSpec: Option[PersistentVolumeSpec], persistentVolumeName: Option[String])
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
Attributes
- Companion
- object
- Source
- VolumeAttachmentSource.scala
- Graph
-
- Supertypes
Members list
In this article