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 toDelete
if not specifiedvolume_binding_mode
: When volume binding and dynamic provisioning should occur -Immediate
,WaitForFirstConsumer
allow_volume_expansion
: Whether the storage class allows volume expansion -False
,True
parameters
: 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