CSIPersistentVolumeSource

io.k8s.api.core.v1.CSIPersistentVolumeSource
See theCSIPersistentVolumeSource companion object
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)

Attributes

Companion:
object
Source:
CSIPersistentVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Adds new values to volumeAttributes

Adds new values to volumeAttributes

Attributes

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

Attributes

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

Attributes

Source:
CSIPersistentVolumeSource.scala

transforms driver to result of function

transforms driver to result of function

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
CSIPersistentVolumeSource.scala

transforms volumeHandle to result of function

transforms volumeHandle to result of function

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with controllerExpandSecretRef set to new value

Returns a new data with controllerExpandSecretRef set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with controllerPublishSecretRef set to new value

Returns a new data with controllerPublishSecretRef set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with nodeExpandSecretRef set to new value

Returns a new data with nodeExpandSecretRef set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with nodePublishSecretRef set to new value

Returns a new data with nodePublishSecretRef set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with nodeStageSecretRef set to new value

Returns a new data with nodeStageSecretRef set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with volumeAttributes set to new value

Returns a new data with volumeAttributes set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Returns a new data with volumeHandle set to new value

Returns a new data with volumeHandle set to new value

Attributes

Source:
CSIPersistentVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product