Kazan v0.7.0 Kazan.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.api.storage.v1beta1.StorageClass
Properties
allow_volume_expansion
::Boolean
- AllowVolumeExpansion shows whether the storage class allow volume expand
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.Meta.V1.ObjectMeta
- Standard object’s metadata. More info.
mount_options
:: [String
]- Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. [“ro”, “soft”]. Not validated - mount of the PVs will simply fail if one is invalid.
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.
reclaim_policy
::String
- Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
volume_binding_mode
::String
- VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature.