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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to tokenRequests

Appends new values to tokenRequests

Attributes

Source:
CSIDriverSpec.scala

Appends new values to volumeLifecycleModes

Appends new values to volumeLifecycleModes

Attributes

Source:
CSIDriverSpec.scala

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

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

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

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

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

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

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

Returns a new data with attachRequired set to new value

Returns a new data with attachRequired set to new value

Attributes

Source:
CSIDriverSpec.scala

Returns a new data with fsGroupPolicy set to new value

Returns a new data with fsGroupPolicy set to new value

Attributes

Source:
CSIDriverSpec.scala

Returns a new data with podInfoOnMount set to new value

Returns a new data with podInfoOnMount set to new value

Attributes

Source:
CSIDriverSpec.scala

Returns a new data with requiresRepublish set to new value

Returns a new data with requiresRepublish set to new value

Attributes

Source:
CSIDriverSpec.scala

Returns a new data with seLinuxMount set to new value

Returns a new data with seLinuxMount set to new value

Attributes

Source:
CSIDriverSpec.scala

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product