final case class CSIDriverSpec(volumeLifecycleModes: Option[Seq[String]] = None, podInfoOnMount: Option[Boolean] = None, attachRequired: Option[Boolean] = None, requiresRepublish: Option[Boolean] = None, fsGroupPolicy: Option[String] = None, storageCapacity: Option[Boolean] = None, tokenRequests: Option[Seq[TokenRequest]] = None, seLinuxMount: Option[Boolean] = None) extends Product with Serializable
- Alphabetic
- By Inheritance
- CSIDriverSpec
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CSIDriverSpec(volumeLifecycleModes: Option[Seq[String]] = None, podInfoOnMount: Option[Boolean] = None, attachRequired: Option[Boolean] = None, requiresRepublish: Option[Boolean] = None, fsGroupPolicy: Option[String] = None, storageCapacity: Option[Boolean] = None, tokenRequests: Option[Seq[TokenRequest]] = None, seLinuxMount: Option[Boolean] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addTokenRequests(newValues: TokenRequest*): CSIDriverSpec
Appends new values to tokenRequests
- def addVolumeLifecycleModes(newValues: String*): CSIDriverSpec
Appends new values to volumeLifecycleModes
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attachRequired: Option[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fsGroupPolicy: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapAttachRequired(f: (Boolean) => Boolean): CSIDriverSpec
if attachRequired has a value, transforms to the result of function
- def mapFsGroupPolicy(f: (String) => String): CSIDriverSpec
if fsGroupPolicy has a value, transforms to the result of function
- def mapPodInfoOnMount(f: (Boolean) => Boolean): CSIDriverSpec
if podInfoOnMount has a value, transforms to the result of function
- def mapRequiresRepublish(f: (Boolean) => Boolean): CSIDriverSpec
if requiresRepublish has a value, transforms to the result of function
- def mapSeLinuxMount(f: (Boolean) => Boolean): CSIDriverSpec
if seLinuxMount has a value, transforms to the result of function
- def mapStorageCapacity(f: (Boolean) => Boolean): CSIDriverSpec
if storageCapacity has a value, transforms to the result of function
- def mapTokenRequests(f: (Seq[TokenRequest]) => Seq[TokenRequest]): CSIDriverSpec
if tokenRequests has a value, transforms to the result of function
- def mapVolumeLifecycleModes(f: (Seq[String]) => Seq[String]): CSIDriverSpec
if volumeLifecycleModes has a value, transforms to the result of function
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val podInfoOnMount: Option[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requiresRepublish: Option[Boolean]
- val seLinuxMount: Option[Boolean]
- val storageCapacity: Option[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tokenRequests: Option[Seq[TokenRequest]]
- val volumeLifecycleModes: Option[Seq[String]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAttachRequired(value: Boolean): CSIDriverSpec
Returns a new data with attachRequired set to new value
- def withFsGroupPolicy(value: String): CSIDriverSpec
Returns a new data with fsGroupPolicy set to new value
- def withPodInfoOnMount(value: Boolean): CSIDriverSpec
Returns a new data with podInfoOnMount set to new value
- def withRequiresRepublish(value: Boolean): CSIDriverSpec
Returns a new data with requiresRepublish set to new value
- def withSeLinuxMount(value: Boolean): CSIDriverSpec
Returns a new data with seLinuxMount set to new value
- def withStorageCapacity(value: Boolean): CSIDriverSpec
Returns a new data with storageCapacity set to new value
- def withTokenRequests(value: Seq[TokenRequest]): CSIDriverSpec
Returns a new data with tokenRequests set to new value
- def withVolumeLifecycleModes(value: Seq[String]): CSIDriverSpec
Returns a new data with volumeLifecycleModes set to new value