package v1beta1
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class VolumeAttributesClass(driverName: String, metadata: Option[ObjectMeta] = None, parameters: Option[Map[String, String]] = None) extends KObject with Product with Serializable
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.
- final case class VolumeAttributesClassList(items: Seq[VolumeAttributesClass], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable
VolumeAttributesClassList is a collection of VolumeAttributesClass objects.
- final case class VolumeAttributesClassListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[VolumeAttributesClassList] with Product with Serializable
Pointer for VolumeAttributesClassList
- final case class VolumeAttributesClassPointer(currentPath: PointerPath = PointerPath()) extends Pointer[VolumeAttributesClass] with Product with Serializable
Pointer for VolumeAttributesClass
Value Members
- object VolumeAttributesClass extends Serializable
- object VolumeAttributesClassList extends Serializable