package k8s.io.api.storage.v1

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

message CSIDriver

generated.proto:37

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.

Used in: CSIDriverList

message CSIDriverList

generated.proto:53

CSIDriverList is a collection of CSIDriver objects.

message CSIDriverSpec

generated.proto:64

CSIDriverSpec is the specification of a CSIDriver.

Used in: CSIDriver

message CSINode

generated.proto:208

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.

Used in: CSINodeList

message CSINodeDriver

generated.proto:217

CSINodeDriver holds information about the specification of one CSI driver installed on a node

Used in: CSINodeSpec

message CSINodeList

generated.proto:254

CSINodeList is a collection of CSINode objects.

message CSINodeSpec

generated.proto:265

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Used in: CSINode

message StorageClass

generated.proto:278

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.

Used in: StorageClassList

message StorageClassList

generated.proto:323

StorageClassList is a collection of storage classes.

message TokenRequest

generated.proto:334

TokenRequest contains parameters of a service account token.

Used in: CSIDriverSpec

message VolumeAttachment

generated.proto:350

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:368

VolumeAttachmentList is a collection of VolumeAttachment objects.

message VolumeAttachmentSource

generated.proto:382

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:398

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Used in: VolumeAttachment

message VolumeAttachmentStatus

generated.proto:411

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Used in: VolumeAttachment

message VolumeError

generated.proto:439

VolumeError captures an error encountered during a volume operation.

Used in: VolumeAttachmentStatus

message VolumeNodeResources

generated.proto:452

VolumeNodeResources is a set of resource limits for scheduling of volumes.

Used in: CSINodeDriver