# Functions

GetStorageClass returns storage class object.
GetStorageClassList returns a list of all storage class objects in the cluster.
GetStorageClassListFromChannels returns a list of all storage class objects in the cluster.

# Structs

StorageClass is a representation of a kubernetes StorageClass object.
StorageClassDetail provides the presentation layer view of Kubernetes StorageClass resource, It is StorageClassDetail plus PersistentVolumes associated with StorageClass.
StorageClassList holds a list of storage class objects in the cluster.

# Type aliases

No description provided by the author