API Reference for ArangoLocalStorage V1Alpha
Spec
.spec.localPath
Type: array
[ref]
LocalPath setting specifies one or more local directories (on the nodes) used to create persistent volumes in.
.spec.nodeSelector
Type: object
[ref]
NodeSelector setting specifies which nodes the operator will provision persistent volumes on.
.spec.podCustomization.priority
Type: integer
[ref]
Priority if defined, sets the priority for pods of storage provisioner
.spec.privileged
Type: boolean
[ref]
Privileged if set, passes Privileged flag to SecurityContext for pods of storage provisioner
.spec.storageClass.isDefault
Type: boolean
[ref]
IsDefault setting specifies if the created StorageClass
will be marked as default storage class.
Default Value: false
.spec.storageClass.name
Type: string
[ref]
Name setting specifies the name of the storage class that created PersistentVolume
will use. If empty, this field defaults to the name of the ArangoLocalStorage
object. If a StorageClass
with given name does not yet exist, it will be created.
Default Value: ""
.spec.storageClass.reclaimPolicy
Type: core.PersistentVolumeReclaimPolicy
[ref]
ReclaimPolicy defines what happens to a persistent volume when released from its claim.
Links:
.spec.tolerations
Type: []core.Toleration
[ref]
Tolerations specifies the tolerations added to pods of storage provisioner
Links: