Skip to main content

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 resource
  • annotations: Key-value pairs used to display necessary information in the Kubernetes system
  • labels: User-specified values to distinguish objects
  • storage_provisioner: Type of storage provisioner
  • reclaim_policy: Reclaim policy to use - defaults to Delete if not specified
  • volume_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 class
  • mount_options: Mount options specified for persistent volumes dynamically created by the storage class

Reference Materials