» kubernetes_storage_class

Storage class is the foundation of dynamic provisioning, allowing cluster administrators to define abstractions for the underlying storage platform.

Read more at https://kubernetes.io/blog/2017/03/dynamic-provisioning-and-storage-classes-kubernetes/

» Example Usage

data "kubernetes_storage_class" "example" {
  metadata {
    name = "terraform-example"
  }
}

» Argument Reference

The following arguments are supported:

» Nested Blocks

» metadata

» Arguments

» Attributes

  • generation - A sequence number representing a specific generation of the desired state.
  • resource_version - An opaque value that represents the internal version of this storage class that can be used by clients to determine when storage class has changed. For more info see Kubernetes reference
  • self_link - A URL representing this storage class.
  • uid - The unique in time and space value for this storage class. For more info see Kubernetes reference

» Argument Reference

The following attributes are exported: