Packages

c

io.k8s.api.core.v1

CSIPersistentVolumeSource

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)

Source
CSIPersistentVolumeSource.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSIPersistentVolumeSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addVolumeAttributes(newValues: (String, String)*): CSIPersistentVolumeSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val controllerExpandSecretRef: Option[SecretReference]
  8. val controllerPublishSecretRef: Option[SecretReference]
  9. val driver: String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val fsType: Option[String]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val nodeExpandSecretRef: Option[SecretReference]
  17. val nodePublishSecretRef: Option[SecretReference]
  18. val nodeStageSecretRef: Option[SecretReference]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val readOnly: Option[Boolean]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val volumeAttributes: Option[Map[String, String]]
  24. val volumeHandle: String
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def withControllerExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
  29. def withControllerPublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
  30. def withDriver(value: String): CSIPersistentVolumeSource
  31. def withFsType(value: String): CSIPersistentVolumeSource
  32. def withNodeExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
  33. def withNodePublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
  34. def withNodeStageSecretRef(value: SecretReference): CSIPersistentVolumeSource
  35. def withReadOnly(value: Boolean): CSIPersistentVolumeSource
  36. def withVolumeAttributes(value: Map[String, String]): CSIPersistentVolumeSource
  37. def withVolumeHandle(value: String): CSIPersistentVolumeSource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped