FlexVolumeSource

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

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

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

transforms driver to result of function

transforms driver to result of function

Source:
FlexVolumeSource.scala

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

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

Source:
FlexVolumeSource.scala

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

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

Source:
FlexVolumeSource.scala

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

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

Source:
FlexVolumeSource.scala

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

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

Source:
FlexVolumeSource.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Source:
FlexVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
FlexVolumeSource.scala

Returns a new data with options set to new value

Returns a new data with options set to new value

Source:
FlexVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
FlexVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
FlexVolumeSource.scala

Inherited methods

Inherited from:
Product