⎈ k8s knowledge compiler

StorageClass [api_object]ai-synthesized · conf 0.82

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.

storage

A StorageClass is an abstraction provided by Kubernetes to dynamically provision storage resources.

Why it matters It allows for dynamic provisioning of storage, enabling users to request storage resources without specifying the underlying infrastructure.

Key facts - Defined in io.k8s.api.storage.v1.StorageClass - Used for dynamic provisioning of storage resources

Sources

swagger.jsonio.k8s.api.storage.v1.StorageClass

Related (6)

related_to ObjectMetareferences type conf=1
related_to TopologySelectorTermreferences type conf=1
api_for Change the default StorageClassdocuments API object conf=1
api_for StorageClassdocuments API object conf=1
api_for RetroactiveDefaultStorageClassdocuments API object conf=1
related_to StorageClassListreferences type conf=1

← all API Explorer