final case class CSIPersistentVolumeSource(volumeHandle: String, driver: String, nodeStageSecretRef: Option[SecretReference] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, 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)
- Alphabetic
- By Inheritance
- CSIPersistentVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CSIPersistentVolumeSource(volumeHandle: String, driver: String, nodeStageSecretRef: Option[SecretReference] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, 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
Adds new values to volumeAttributes
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val controllerExpandSecretRef: Option[SecretReference]
- val controllerPublishSecretRef: Option[SecretReference]
- val driver: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fsType: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapControllerExpandSecretRef(f: (SecretReference) ⇒ SecretReference): CSIPersistentVolumeSource
if controllerExpandSecretRef has a value, transforms to the result of function
-
def
mapControllerPublishSecretRef(f: (SecretReference) ⇒ SecretReference): CSIPersistentVolumeSource
if controllerPublishSecretRef has a value, transforms to the result of function
-
def
mapDriver(f: (String) ⇒ String): CSIPersistentVolumeSource
transforms driver to result of function
-
def
mapFsType(f: (String) ⇒ String): CSIPersistentVolumeSource
if fsType has a value, transforms to the result of function
-
def
mapNodeExpandSecretRef(f: (SecretReference) ⇒ SecretReference): CSIPersistentVolumeSource
if nodeExpandSecretRef has a value, transforms to the result of function
-
def
mapNodePublishSecretRef(f: (SecretReference) ⇒ SecretReference): CSIPersistentVolumeSource
if nodePublishSecretRef has a value, transforms to the result of function
-
def
mapNodeStageSecretRef(f: (SecretReference) ⇒ SecretReference): CSIPersistentVolumeSource
if nodeStageSecretRef has a value, transforms to the result of function
-
def
mapReadOnly(f: (Boolean) ⇒ Boolean): CSIPersistentVolumeSource
if readOnly has a value, transforms to the result of function
-
def
mapVolumeAttributes(f: (Map[String, String]) ⇒ Map[String, String]): CSIPersistentVolumeSource
if volumeAttributes has a value, transforms to the result of function
-
def
mapVolumeHandle(f: (String) ⇒ String): CSIPersistentVolumeSource
transforms volumeHandle to result of function
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withControllerExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
Returns a new data with controllerExpandSecretRef set to new value
-
def
withControllerPublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
Returns a new data with controllerPublishSecretRef set to new value
-
def
withDriver(value: String): CSIPersistentVolumeSource
Returns a new data with driver set to new value
-
def
withFsType(value: String): CSIPersistentVolumeSource
Returns a new data with fsType set to new value
-
def
withNodeExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
Returns a new data with nodeExpandSecretRef set to new value
-
def
withNodePublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
Returns a new data with nodePublishSecretRef set to new value
-
def
withNodeStageSecretRef(value: SecretReference): CSIPersistentVolumeSource
Returns a new data with nodeStageSecretRef set to new value
-
def
withReadOnly(value: Boolean): CSIPersistentVolumeSource
Returns a new data with readOnly set to new value
-
def
withVolumeAttributes(value: Map[String, String]): CSIPersistentVolumeSource
Returns a new data with volumeAttributes set to new value
-
def
withVolumeHandle(value: String): CSIPersistentVolumeSource
Returns a new data with volumeHandle set to new value