Show / Hide Table of Contents

Namespace Pulumi.Kubernetes.Types.Inputs.Storage.V1Beta1

Classes

CSIDriverArgs

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. 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.

CSIDriverListArgs

CSIDriverList is a collection of CSIDriver objects.

CSIDriverSpecArgs

CSIDriverSpec is the specification of a CSIDriver.

CSINodeArgs

DEPRECATED - storage/v1beta1/CSINode is deprecated by storage.k8s.io/v1/CSINode.

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.

CSINodeDriverArgs

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

CSINodeListArgs

CSINodeList is a collection of CSINode objects.

CSINodeSpecArgs

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

StorageClassArgs

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.

StorageClassListArgs

StorageClassList is a collection of storage classes.

VolumeAttachmentArgs

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced.

VolumeAttachmentListArgs

VolumeAttachmentList is a collection of VolumeAttachment objects.

VolumeAttachmentSourceArgs

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.

VolumeAttachmentSpecArgs

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

VolumeAttachmentStatusArgs

VolumeAttachmentStatus is the status of a VolumeAttachment request.

VolumeErrorArgs

VolumeError captures an error encountered during a volume operation.

VolumeNodeResourcesArgs

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

Back to top Copyright 2016-2020, Pulumi Corporation.