final case class CSIPersistentVolumeSource(nodeStageSecretRef: Option[SecretReference] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, volumeHandle: String, driver: String, controllerPublishSecretRef: Option[SecretReference] = None, volumeAttributes: Option[Map[String, String]] = None, controllerExpandSecretRef: Option[SecretReference] = None, nodeExpandSecretRef: Option[SecretReference] = None, nodePublishSecretRef: Option[SecretReference] = None) extends Product with Serializable
Represents storage that is managed by an external CSI volume driver (Beta feature)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CSIPersistentVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CSIPersistentVolumeSource(nodeStageSecretRef: Option[SecretReference] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, volumeHandle: String, driver: String, controllerPublishSecretRef: Option[SecretReference] = None, volumeAttributes: Option[Map[String, String]] = None, controllerExpandSecretRef: Option[SecretReference] = None, nodeExpandSecretRef: Option[SecretReference] = None, nodePublishSecretRef: Option[SecretReference] = 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 addVolumeAttributes(newValues: (String, String)*): CSIPersistentVolumeSource
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val controllerExpandSecretRef: Option[SecretReference]
- val controllerPublishSecretRef: Option[SecretReference]
- val driver: String
-
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 fsType: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeExpandSecretRef: Option[SecretReference]
- val nodePublishSecretRef: Option[SecretReference]
- val nodeStageSecretRef: Option[SecretReference]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val readOnly: Option[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val volumeAttributes: Option[Map[String, String]]
- val volumeHandle: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withControllerExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
- def withControllerPublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
- def withDriver(value: String): CSIPersistentVolumeSource
- def withFsType(value: String): CSIPersistentVolumeSource
- def withNodeExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
- def withNodePublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
- def withNodeStageSecretRef(value: SecretReference): CSIPersistentVolumeSource
- def withReadOnly(value: Boolean): CSIPersistentVolumeSource
- def withVolumeAttributes(value: Map[String, String]): CSIPersistentVolumeSource
- def withVolumeHandle(value: String): CSIPersistentVolumeSource