StorageClass
Resource Icon

Resource Overview
A Kubernetes resource that defines dynamic storage provisioning working with a specific storage provisioner.
Associated Resources
Parent Resource
Connected Resources
Reference Materials
service_name: Name of the StorageClass resourceannotations: Key-value pairs used to display necessary information in the Kubernetes systemlabels: User-specified values to distinguish objectsstorage_provisioner: Type of storage provisionerreclaim_policy: Reclaim policy to use - defaults toDeleteif not specifiedvolume_binding_mode: When volume binding and dynamic provisioning should occur -Immediate,WaitForFirstConsumerallow_volume_expansion: Whether the storage class allows volume expansion -False,Trueparameters: Parameters for the provisioner that will create volumes for the storage classmount_options: Mount options specified for persistent volumes dynamically created by the storage class