FlexPersistentVolumeSource

io.k8s.api.core.v1.FlexPersistentVolumeSource
See theFlexPersistentVolumeSource companion object
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.

Attributes

Companion:
object
Source:
FlexPersistentVolumeSource.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 options

Adds new values to options

Attributes

Source:
FlexPersistentVolumeSource.scala

transforms driver to result of function

transforms driver to result of function

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
FlexPersistentVolumeSource.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Attributes

Source:
FlexPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
FlexPersistentVolumeSource.scala

Returns a new data with options set to new value

Returns a new data with options set to new value

Attributes

Source:
FlexPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
FlexPersistentVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source:
FlexPersistentVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product