v1

latestOpenAPI 3.0.02026-07-141,1067693.3 MB
storage_v1

read the specified StorageClass

get/apis/storage.k8s.io/v1/storageclasses/{name}

Response

OK

allowVolumeExpansionboolean

allowVolumeExpansion shows whether the storage class allow volume expand.

apiVersionstring

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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kindstring

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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

mountOptionsstring[]

mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.

parametersobject

parameters holds the parameters for the provisioner that should create volumes of this storage class.

provisionerstring required

provisioner indicates the type of the provisioner.

reclaimPolicystring

reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.

volumeBindingModestring

volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.