StorageClass
Resource Icon

Resource Overview
A Kubernetes resource that defines dynamic storage provisioning in conjunction with a specific Storage Provisioner.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
annotations: Key-value metadata used to display required information in the Kubernetes systemlabels: User-defined labels used to distinguish the StorageClass objectstorage_provisioner: Type of storage provisioner that actually creates the storagereclaim_policy: Reclaim policy applied when a volume is released -Retain,Deletevolume_binding_mode: Timing of volume binding and dynamic provisioning -Immediate,WaitForFirstConsumerallow_volume_expansion: Whether to allow expansion of the created volume sizeparameters: Additional parameters passed to the storage provisionermount_options: Mount options applied to dynamically created PersistentVolumes