io.k8s.api.storage.v1alpha1

Members list

Type members

Classlikes

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.

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
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
VolumeAttributesClass.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class VolumeAttributesClassList(items: Seq[VolumeAttributesClass], metadata: Option[ListMeta]) extends KObject

VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

Attributes

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

Attributes

Companion
class
Source
VolumeAttributesClassList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type