Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.31 KB

File metadata and controls

17 lines (13 loc) · 1.31 KB

DatasetSpec

Properties

Name Type Description Notes
access_modes list[str] AccessModes contains all ways the volume backing the PVC can be mounted [optional]
data_restore_location DataRestoreLocation DataRestoreLocation is the location to load data of dataset been backuped [optional]
mounts list[Mount] Mount Points to be mounted on Alluxio. [optional]
node_affinity CacheableNodeAffinity NodeAffinity defines constraints that limit what nodes this dataset can be cached to. This field influences the scheduling of pods that use the cached dataset. [optional]
owner User The owner of the dataset [optional]
placement str Manage switch for opening Multiple datasets single node deployment or not [optional]
runtimes list[Runtime] Runtimes for supporting dataset (e.g. AlluxioRuntime) [optional]
tolerations list[V1Toleration] If specified, the pod's tolerations. [optional]

[Back to Model list] [Back to API list] [Back to README]