CSIVolumeSource

final case class CSIVolumeSource(driver: String, readOnly: Option[Boolean], fsType: Option[String], volumeAttributes: Option[Map[String, String]], nodePublishSecretRef: Option[LocalObjectReference])

Represents a source location of a volume to mount, managed by an external CSI driver

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

Value members

Concrete methods

Adds new values to volumeAttributes

Adds new values to volumeAttributes

Source:
CSIVolumeSource.scala

transforms driver to result of function

transforms driver to result of function

Source:
CSIVolumeSource.scala

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

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

Source:
CSIVolumeSource.scala

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

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

Source:
CSIVolumeSource.scala

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

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

Source:
CSIVolumeSource.scala

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

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

Source:
CSIVolumeSource.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Source:
CSIVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
CSIVolumeSource.scala

Returns a new data with nodePublishSecretRef set to new value

Returns a new data with nodePublishSecretRef set to new value

Source:
CSIVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
CSIVolumeSource.scala

Returns a new data with volumeAttributes set to new value

Returns a new data with volumeAttributes set to new value

Source:
CSIVolumeSource.scala

Inherited methods

Inherited from:
Product