DatasetSpec defines the desired state of Dataset
Name | Type | Description | Notes |
---|---|---|---|
accessModes | List<String> | AccessModes contains all ways the volume backing the PVC can be mounted | [optional] |
dataRestoreLocation | DataRestoreLocation | [optional] | |
mounts | List<Mount> | Mount Points to be mounted on Alluxio. | |
nodeAffinity | CacheableNodeAffinity | [optional] | |
owner | User | [optional] | |
placement | String | Manage switch for opening Multiple datasets single node deployment or not | [optional] |
runtimes | List<Runtime> | Runtimes for supporting dataset (e.g. AlluxioRuntime) | [optional] |
sharedEncryptOptions | List<EncryptOption> | SharedEncryptOptions is the encryptOption to all mount | [optional] |
sharedOptions | Map<String, String> | SharedOptions is the options to all mount | [optional] |
tolerations | List<V1Toleration> | If specified, the pod's tolerations. | [optional] |