CSIDriverSpec

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.

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

Value members

Concrete methods

Appends new values to tokenRequests

Appends new values to tokenRequests

Source:
CSIDriverSpec.scala

Appends new values to volumeLifecycleModes

Appends new values to volumeLifecycleModes

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

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

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

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

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

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

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

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

Source:
CSIDriverSpec.scala

Returns a new data with attachRequired set to new value

Returns a new data with attachRequired set to new value

Source:
CSIDriverSpec.scala

Returns a new data with fsGroupPolicy set to new value

Returns a new data with fsGroupPolicy set to new value

Source:
CSIDriverSpec.scala

Returns a new data with podInfoOnMount set to new value

Returns a new data with podInfoOnMount set to new value

Source:
CSIDriverSpec.scala

Returns a new data with requiresRepublish set to new value

Returns a new data with requiresRepublish set to new value

Source:
CSIDriverSpec.scala

Returns a new data with seLinuxMount set to new value

Returns a new data with seLinuxMount set to new value

Source:
CSIDriverSpec.scala

Returns a new data with storageCapacity set to new value

Returns a new data with storageCapacity set to new value

Source:
CSIDriverSpec.scala

Returns a new data with tokenRequests set to new value

Returns a new data with tokenRequests set to new value

Source:
CSIDriverSpec.scala

Returns a new data with volumeLifecycleModes set to new value

Returns a new data with volumeLifecycleModes set to new value

Source:
CSIDriverSpec.scala

Inherited methods

Inherited from:
Product