io.k8s.api.storage.v1beta1
package io.k8s.api.storage.v1beta1
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
object VolumeAttributesClass
Attributes
- Companion
- class
- Source
- VolumeAttributesClass.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass 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
object VolumeAttributesClassList
Attributes
- Companion
- class
- Source
- VolumeAttributesClassList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class VolumeAttributesClassListPointer(currentPath: PointerPath) extends Pointer[VolumeAttributesClassList]
Pointer for VolumeAttributesClassList
Pointer for VolumeAttributesClassList
Attributes
- Source
- VolumeAttributesClassListPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[VolumeAttributesClassList]class Objecttrait Matchableclass AnyShow all
final case class VolumeAttributesClassPointer(currentPath: PointerPath) extends Pointer[VolumeAttributesClass]
Pointer for VolumeAttributesClass
Pointer for VolumeAttributesClass
Attributes
- Source
- VolumeAttributesClassPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[VolumeAttributesClass]class Objecttrait Matchableclass AnyShow all
In this article