Kazan v0.4.0 Kazan.Models.Apis.Storage.V1beta1.StorageClass View Source

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

OpenAPI Definition: io.k8s.kubernetes.pkg.apis.storage.v1beta1.StorageClass

Properties

  • api_version :: String

    • APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info.
  • kind :: String

    • Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info.
  • metadata :: Kazan.Models.ApiMachinery.Apis.Meta.V1.ObjectMeta

  • parameters :: Map

    • Parameters holds the parameters for the provisioner that should create volumes of this storage class.
  • provisioner :: String

    • Provisioner indicates the type of the provisioner.