DatasetStatus defines the observed state of Dataset
Name | Type | Description | Notes |
---|---|---|---|
cacheStates | Map<String, String> | CacheStatus represents the total resources of the dataset. | [optional] |
conditions | List<DatasetCondition> | Conditions is an array of current observed conditions. | |
dataBackupRef | String | DataBackupRef specifies the running Backup job that targets this Dataset. This is mainly used as a lock to prevent concurrent DataBackup jobs. Deprecated, use OperationRef instead | [optional] |
dataLoadRef | String | DataLoadRef specifies the running DataLoad job that targets this Dataset. This is mainly used as a lock to prevent concurrent DataLoad jobs. Deprecated, use OperationRef instead | [optional] |
datasetRef | List<String> | DatasetRef specifies the datasets namespaced name mounting this Dataset. | [optional] |
fileNum | String | FileNum represents the file numbers of the dataset | [optional] |
hcfs | HCFSStatus | [optional] | |
mounts | List<Mount> | the info of mount points have been mounted | [optional] |
operationRef | Map<String, String> | OperationRef specifies the Operation that targets this Dataset. This is mainly used as a lock to prevent concurrent same Operation jobs. | [optional] |
phase | String | Dataset Phase. One of the four phases: `Pending`, `Bound`, `NotBound` and `Failed` | [optional] |
runtimes | List<Runtime> | Runtimes for supporting dataset | [optional] |
ufsTotal | String | Total in GB of dataset in the cluster | [optional] |