CSIPersistentVolumeSource

final case class CSIPersistentVolumeSource(volumeHandle: String, driver: String, nodeStageSecretRef: Option[SecretReference], readOnly: Option[Boolean], fsType: Option[String], controllerPublishSecretRef: Option[SecretReference], volumeAttributes: Option[Map[String, String]], controllerExpandSecretRef: Option[SecretReference], nodeExpandSecretRef: Option[SecretReference], nodePublishSecretRef: Option[SecretReference])

Represents storage that is managed by an external CSI volume driver (Beta feature)

Companion:
object
Source:
CSIPersistentVolumeSource.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:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

transforms driver to result of function

transforms driver to result of function

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

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

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

Source:
CSIPersistentVolumeSource.scala

transforms volumeHandle to result of function

transforms volumeHandle to result of function

Source:
CSIPersistentVolumeSource.scala

Returns a new data with controllerExpandSecretRef set to new value

Returns a new data with controllerExpandSecretRef set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with controllerPublishSecretRef set to new value

Returns a new data with controllerPublishSecretRef set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with nodeExpandSecretRef set to new value

Returns a new data with nodeExpandSecretRef set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with nodePublishSecretRef set to new value

Returns a new data with nodePublishSecretRef set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with nodeStageSecretRef set to new value

Returns a new data with nodeStageSecretRef set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with volumeAttributes set to new value

Returns a new data with volumeAttributes set to new value

Source:
CSIPersistentVolumeSource.scala

Returns a new data with volumeHandle set to new value

Returns a new data with volumeHandle set to new value

Source:
CSIPersistentVolumeSource.scala

Inherited methods

Inherited from:
Product