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.

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

Value members

Concrete methods

if inlineVolumeSpec has a value, transforms to the result of function

if inlineVolumeSpec has a value, transforms to the result of function

Source:
VolumeAttachmentSource.scala

if persistentVolumeName has a value, transforms to the result of function

if persistentVolumeName has a value, transforms to the result of function

Source:
VolumeAttachmentSource.scala

Returns a new data with inlineVolumeSpec set to new value

Returns a new data with inlineVolumeSpec set to new value

Source:
VolumeAttachmentSource.scala

Returns a new data with persistentVolumeName set to new value

Returns a new data with persistentVolumeName set to new value

Source:
VolumeAttachmentSource.scala

Inherited methods

Inherited from:
Product