VolumeAttachmentSource

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.

Source:
VolumeAttachmentSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any