Packages

p

io.k8s.api.storage

v1alpha1

package v1alpha1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. final case class VolumeAttributesClassList(items: Seq[VolumeAttributesClass], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

  3. final case class VolumeAttributesClassListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[VolumeAttributesClassList] with Product with Serializable

    Pointer for VolumeAttributesClassList

  4. final case class VolumeAttributesClassPointer(currentPath: PointerPath = PointerPath()) extends Pointer[VolumeAttributesClass] with Product with Serializable

    Pointer for VolumeAttributesClass

Ungrouped