DatasetStatus defines the observed state of Dataset
Name | Type | Description | Notes |
---|---|---|---|
cache_states | dict(str, str) | CacheStatus represents the total resources of the dataset. | [optional] |
conditions | list[DatasetCondition] | Conditions is an array of current observed conditions. | |
data_backup_ref | str | 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] |
data_load_ref | str | 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] |
dataset_ref | list[str] | DatasetRef specifies the datasets namespaced name mounting this Dataset. | [optional] |
file_num | str | FileNum represents the file numbers of the dataset | [optional] |
hcfs | HCFSStatus | [optional] | |
mounts | list[Mount] | the info of mount points have been mounted | [optional] |
operation_ref | dict(str, str) | OperationRef specifies the Operation that targets this Dataset. This is mainly used as a lock to prevent concurrent same Operation jobs. | [optional] |
phase | str | Dataset Phase. One of the four phases: `Pending`, `Bound`, `NotBound` and `Failed` | [optional] |
runtimes | list[Runtime] | Runtimes for supporting dataset | [optional] |
ufs_total | str | Total in GB of dataset in the cluster | [optional] |