Parameters
The parent key for all of the following parameters is storageclass
.
defaultClass
type |
string |
default |
undefined |
The name of the StorageClass which should be annotated as the default StorageClass.
The provided helper library makes sure that the StorageClass with this name is annotated with storageclass.kubernetes.io/is-default-class=true
.
defaults
type |
dictionary |
default |
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Delete
Defaults to be set on StorageClass objects. This dictionary can contain any valid StorageClass fields.
classes
type |
dictionary |
default |
undefined |
A dictionary holding the StorageClass fields. The keys of the dict are used as names for the StorageClass objects.