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
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSIPersistentVolumeSource
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val readOnly: Option[Boolean]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. val volumeAttributes: Option[Map[String, String]]
  25. val volumeHandle: String
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def withControllerExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
  30. def withControllerPublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
  31. def withDriver(value: String): CSIPersistentVolumeSource
  32. def withFsType(value: String): CSIPersistentVolumeSource
  33. def withNodeExpandSecretRef(value: SecretReference): CSIPersistentVolumeSource
  34. def withNodePublishSecretRef(value: SecretReference): CSIPersistentVolumeSource
  35. def withNodeStageSecretRef(value: SecretReference): CSIPersistentVolumeSource
  36. def withReadOnly(value: Boolean): CSIPersistentVolumeSource
  37. def withVolumeAttributes(value: Map[String, String]): CSIPersistentVolumeSource
  38. def withVolumeHandle(value: String): CSIPersistentVolumeSource

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped