VolumeAttributesClass

io.k8s.api.storage.v1alpha1.VolumeAttributesClass
See theVolumeAttributesClass companion object
final case class VolumeAttributesClass(driverName: String, metadata: Option[ObjectMeta], parameters: Option[Map[String, String]]) extends KObject

VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Attributes

Companion
object
Source
VolumeAttributesClass.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Adds new values to parameters

Adds new values to parameters

Attributes

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

Attributes

Definition Classes
Source
VolumeAttributesClass.scala

transforms driverName to result of function

transforms driverName to result of function

Attributes

Source
VolumeAttributesClass.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
VolumeAttributesClass.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
VolumeAttributesClass.scala

Returns a new data with driverName set to new value

Returns a new data with driverName set to new value

Attributes

Source
VolumeAttributesClass.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source
VolumeAttributesClass.scala

Returns a new data with parameters set to new value

Returns a new data with parameters set to new value

Attributes

Source
VolumeAttributesClass.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