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 PersistenVolumes can be attached via external attacher, in 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
Inherited
- Not inherited
- Product
In this article