StorageClass

io.k8s.api.storage.v1.StorageClass
See theStorageClass companion object
final case class StorageClass(provisioner: String, mountOptions: Option[Seq[String]], reclaimPolicy: Option[String], volumeBindingMode: Option[String], metadata: Option[ObjectMeta], allowVolumeExpansion: Option[Boolean], allowedTopologies: Option[Seq[TopologySelectorTerm]], parameters: Option[Map[String, String]]) extends KObject

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

Attributes

Companion:
object
Source:
StorageClass.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to allowedTopologies

Appends new values to allowedTopologies

Attributes

Source:
StorageClass.scala

Appends new values to mountOptions

Appends new values to mountOptions

Attributes

Source:
StorageClass.scala

Adds new values to parameters

Adds new values to parameters

Attributes

Source:
StorageClass.scala
override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source:
StorageClass.scala

if allowVolumeExpansion has a value, transforms to the result of function

if allowVolumeExpansion has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

if allowedTopologies has a value, transforms to the result of function

if allowedTopologies has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

if mountOptions has a value, transforms to the result of function

if mountOptions has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

if parameters has a value, transforms to the result of function

if parameters has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

transforms provisioner to result of function

transforms provisioner to result of function

Attributes

Source:
StorageClass.scala

if reclaimPolicy has a value, transforms to the result of function

if reclaimPolicy has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

if volumeBindingMode has a value, transforms to the result of function

if volumeBindingMode has a value, transforms to the result of function

Attributes

Source:
StorageClass.scala

Returns a new data with allowVolumeExpansion set to new value

Returns a new data with allowVolumeExpansion set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with allowedTopologies set to new value

Returns a new data with allowedTopologies set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with mountOptions set to new value

Returns a new data with mountOptions set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with parameters set to new value

Returns a new data with parameters set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with provisioner set to new value

Returns a new data with provisioner set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with reclaimPolicy set to new value

Returns a new data with reclaimPolicy set to new value

Attributes

Source:
StorageClass.scala

Returns a new data with volumeBindingMode set to new value

Returns a new data with volumeBindingMode set to new value

Attributes

Source:
StorageClass.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala