FlexPersistentVolumeSource

final case class FlexPersistentVolumeSource(driver: String, readOnly: Option[Boolean], fsType: Option[String], secretRef: Option[SecretReference], options: Option[Map[String, String]])

FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.

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

Value members

Concrete methods

Adds new values to options

Adds new values to options

Source:
FlexPersistentVolumeSource.scala

transforms driver to result of function

transforms driver to result of function

Source:
FlexPersistentVolumeSource.scala

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

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

Source:
FlexPersistentVolumeSource.scala

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

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

Source:
FlexPersistentVolumeSource.scala

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

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

Source:
FlexPersistentVolumeSource.scala

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

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

Source:
FlexPersistentVolumeSource.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Source:
FlexPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
FlexPersistentVolumeSource.scala

Returns a new data with options set to new value

Returns a new data with options set to new value

Source:
FlexPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
FlexPersistentVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
FlexPersistentVolumeSource.scala

Inherited methods

Inherited from:
Product