package k8s.io.api.storage.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CSIStorageCapacity

generated.proto:53

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 if the CSIStorageCapacity beta feature gate is enabled there and a CSI driver opts into capacity-aware scheduling with CSIDriver.StorageCapacity.

Used in: CSIStorageCapacityList

message CSIStorageCapacityList

generated.proto:111

CSIStorageCapacityList is a collection of CSIStorageCapacity objects.

message VolumeAttachment

generated.proto:127

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Used in: VolumeAttachmentList

message VolumeAttachmentList

generated.proto:145

VolumeAttachmentList is a collection of VolumeAttachment objects.

message VolumeAttachmentSource

generated.proto:159

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.

Used in: VolumeAttachmentSpec

message VolumeAttachmentSpec

generated.proto:175

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Used in: VolumeAttachment

message VolumeAttachmentStatus

generated.proto:188

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Used in: VolumeAttachment

message VolumeError

generated.proto:216

VolumeError captures an error encountered during a volume operation.

Used in: VolumeAttachmentStatus