1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/docs/api/ArangoLocalStorage.V1Alpha.md

2.5 KiB

API Reference for ArangoLocalStorage V1Alpha

Spec

.spec.localPath: array

LocalPath setting specifies one or more local directories (on the nodes) used to create persistent volumes in.

Code Reference

.spec.nodeSelector: object

NodeSelector setting specifies which nodes the operator will provision persistent volumes on.

Code Reference

.spec.podCustomization.priority: integer

Priority if defined, sets the priority for pods of storage provisioner

Code Reference

.spec.privileged: boolean

Privileged if set, passes Privileged flag to SecurityContext for pods of storage provisioner

Code Reference

.spec.storageClass.isDefault: boolean

IsDefault setting specifies if the created StorageClass will be marked as default storage class.

Default Value: false

Code Reference

.spec.storageClass.name: string

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: ""

Code Reference

.spec.storageClass.reclaimPolicy: core.PersistentVolumeReclaimPolicy

ReclaimPolicy defines what happens to a persistent volume when released from its claim.

Links:

Code Reference

.spec.tolerations: []core.Toleration

Tolerations specifies the tolerations added to pods of storage provisioner

Links:

Code Reference