# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
# Variables
SchemeGroupVersion is group version used to register these objects.
# Structs
CSIDriver CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.
CSIDriverList CSIDriverList is a collection of CSIDriver objects.
CSIDriverSpec CSIDriverSpec is the specification of a CSIDriver.
CSINode CSINode holds information about all CSI drivers installed on a node.
CSINodeDriver CSINodeDriver holds information about the specification of one CSI driver installed on a node
swagger:model CSINodeDriver.
CSINodeList CSINodeList is a collection of CSINode objects.
CSINodeSpec CSINodeSpec holds information about the specification of all CSI drivers installed on a node
swagger:model CSINodeSpec.
CSIStorageCapacity CSIStorageCapacity stores the result of one CSI GetCapacity call.
CSIStorageCapacityList CSIStorageCapacityList is a collection of CSIStorageCapacity objects.
StorageClass StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
StorageClassList StorageClassList is a collection of storage classes.
TokenRequest TokenRequest contains parameters of a service account token.
VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.
VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached.
VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.
VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.
VolumeError VolumeError captures an error encountered during a volume operation.
VolumeNodeResources VolumeNodeResources is a set of resource limits for scheduling of volumes.