VolumeAttachmentSource

com.coralogix.zio.k8s.model.storage.v1.VolumeAttachmentSource
See theVolumeAttachmentSource companion object
case class VolumeAttachmentSource(inlineVolumeSpec: Optional[PersistentVolumeSpec], persistentVolumeName: Optional[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.

Value parameters

persistentVolumeName

Name of the persistent volume to attach.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets inlineVolumeSpec.

Gets inlineVolumeSpec.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Name of the persistent volume to attach.

Name of the persistent volume to attach.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product