io.k8s.api.storage.v1
Members list
Type members
Classlikes
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
Attributes
- Companion
- object
- Source
- CSIDriver.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSIDriver.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSIDriver.type
CSIDriverList is a collection of CSIDriver objects.
CSIDriverList is a collection of CSIDriver objects.
Attributes
- Companion
- object
- Source
- CSIDriverList.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSIDriverList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSIDriverList.type
CSIDriverSpec is the specification of a CSIDriver.
CSIDriverSpec is the specification of a CSIDriver.
Attributes
- Companion
- object
- Source
- CSIDriverSpec.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSIDriverSpec.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSIDriverSpec.type
CSINode holds information about all CSI drivers installed on a node.
CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.
Attributes
- Companion
- object
- Source
- CSINode.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSINode.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSINode.type
CSINodeDriver holds information about the specification of one CSI driver installed on a node
CSINodeDriver holds information about the specification of one CSI driver installed on a node
Attributes
- Companion
- object
- Source
- CSINodeDriver.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSINodeDriver.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSINodeDriver.type
CSINodeList is a collection of CSINode objects.
CSINodeList is a collection of CSINode objects.
Attributes
- Companion
- object
- Source
- CSINodeList.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSINodeList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSINodeList.type
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
Attributes
- Companion
- object
- Source
- CSINodeSpec.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSINodeSpec.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSINodeSpec.type
CSIStorageCapacity stores the result of one CSI GetCapacity call.
CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes.
For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123"
The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero
The producer of these objects can decide which approach is more suitable.
They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node.
Attributes
- Companion
- object
- Source
- CSIStorageCapacity.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSIStorageCapacity.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSIStorageCapacity.type
CSIStorageCapacityList is a collection of CSIStorageCapacity objects.
CSIStorageCapacityList is a collection of CSIStorageCapacity objects.
Attributes
- Companion
- object
- Source
- CSIStorageCapacityList.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CSIStorageCapacityList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
Attributes
- Companion
- object
- Source
- StorageClass.scala
- Supertypes
Attributes
- Companion
- class
- Source
- StorageClass.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StorageClass.type
StorageClassList is a collection of storage classes.
StorageClassList is a collection of storage classes.
Attributes
- Companion
- object
- Source
- StorageClassList.scala
- Supertypes
Attributes
- Companion
- class
- Source
- StorageClassList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StorageClassList.type
TokenRequest contains parameters of a service account token.
TokenRequest contains parameters of a service account token.
Attributes
- Companion
- object
- Source
- TokenRequest.scala
- Supertypes
Attributes
- Companion
- class
- Source
- TokenRequest.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TokenRequest.type
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
VolumeAttachment objects are non-namespaced.
Attributes
- Companion
- object
- Source
- VolumeAttachment.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeAttachment.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
VolumeAttachment.type
VolumeAttachmentList is a collection of VolumeAttachment objects.
VolumeAttachmentList is a collection of VolumeAttachment objects.
Attributes
- Companion
- object
- Source
- VolumeAttachmentList.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeAttachmentList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
VolumeAttachmentList.type
VolumeAttachmentSource represents a volume that should be attached.
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
Attributes
- Companion
- object
- Source
- VolumeAttachmentSource.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeAttachmentSource.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Attributes
- Companion
- object
- Source
- VolumeAttachmentSpec.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeAttachmentSpec.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
VolumeAttachmentSpec.type
VolumeAttachmentStatus is the status of a VolumeAttachment request.
VolumeAttachmentStatus is the status of a VolumeAttachment request.
Attributes
- Companion
- object
- Source
- VolumeAttachmentStatus.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeAttachmentStatus.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
VolumeError captures an error encountered during a volume operation.
VolumeError captures an error encountered during a volume operation.
Attributes
- Companion
- object
- Source
- VolumeError.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeError.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
VolumeError.type
VolumeNodeResources is a set of resource limits for scheduling of volumes.
VolumeNodeResources is a set of resource limits for scheduling of volumes.
Attributes
- Companion
- object
- Source
- VolumeNodeResources.scala
- Supertypes
Attributes
- Companion
- class
- Source
- VolumeNodeResources.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
VolumeNodeResources.type