CSIDriverSpec

io.k8s.api.storage.v1.CSIDriverSpec
See theCSIDriverSpec companion object
final case class CSIDriverSpec(volumeLifecycleModes: Option[Seq[String]], podInfoOnMount: Option[Boolean], attachRequired: Option[Boolean], requiresRepublish: Option[Boolean], fsGroupPolicy: Option[String], storageCapacity: Option[Boolean], tokenRequests: Option[Seq[TokenRequest]], seLinuxMount: Option[Boolean])

CSIDriverSpec is the specification of a CSIDriver.

Attributes

Companion
object
Source
CSIDriverSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to tokenRequests

Appends new values to tokenRequests

Attributes

Source
CSIDriverSpec.scala
def addVolumeLifecycleModes(newValues: String*): CSIDriverSpec

Appends new values to volumeLifecycleModes

Appends new values to volumeLifecycleModes

Attributes

Source
CSIDriverSpec.scala
def mapAttachRequired(f: Boolean => Boolean): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala
def mapFsGroupPolicy(f: String => String): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala
def mapPodInfoOnMount(f: Boolean => Boolean): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala
def mapRequiresRepublish(f: Boolean => Boolean): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala
def mapSeLinuxMount(f: Boolean => Boolean): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala
def mapStorageCapacity(f: Boolean => Boolean): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala

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

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

Attributes

Source
CSIDriverSpec.scala
def mapVolumeLifecycleModes(f: Seq[String] => Seq[String]): CSIDriverSpec

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

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

Attributes

Source
CSIDriverSpec.scala
def withAttachRequired(value: Boolean): CSIDriverSpec

Returns a new data with attachRequired set to new value

Returns a new data with attachRequired set to new value

Attributes

Source
CSIDriverSpec.scala
def withFsGroupPolicy(value: String): CSIDriverSpec

Returns a new data with fsGroupPolicy set to new value

Returns a new data with fsGroupPolicy set to new value

Attributes

Source
CSIDriverSpec.scala
def withPodInfoOnMount(value: Boolean): CSIDriverSpec

Returns a new data with podInfoOnMount set to new value

Returns a new data with podInfoOnMount set to new value

Attributes

Source
CSIDriverSpec.scala
def withRequiresRepublish(value: Boolean): CSIDriverSpec

Returns a new data with requiresRepublish set to new value

Returns a new data with requiresRepublish set to new value

Attributes

Source
CSIDriverSpec.scala
def withSeLinuxMount(value: Boolean): CSIDriverSpec

Returns a new data with seLinuxMount set to new value

Returns a new data with seLinuxMount set to new value

Attributes

Source
CSIDriverSpec.scala
def withStorageCapacity(value: Boolean): CSIDriverSpec

Returns a new data with storageCapacity set to new value

Returns a new data with storageCapacity set to new value

Attributes

Source
CSIDriverSpec.scala

Returns a new data with tokenRequests set to new value

Returns a new data with tokenRequests set to new value

Attributes

Source
CSIDriverSpec.scala
def withVolumeLifecycleModes(value: Seq[String]): CSIDriverSpec

Returns a new data with volumeLifecycleModes set to new value

Returns a new data with volumeLifecycleModes set to new value

Attributes

Source
CSIDriverSpec.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product