Name | Type | Description | Notes |
---|---|---|---|
fuse | JindoFuseSpec | Desired state for Jindo Fuse | [optional] |
hadoop_config | str | Name of the configMap used to support HDFS configurations when using HDFS as Jindo's UFS. The configMap must be in the same namespace with the JindoRuntime. The configMap should contain user-specific HDFS conf files in it. For now, only "hdfs-site.xml" and "core-site.xml" are supported. It must take the filename of the conf file as the key and content of the file as the value. | [optional] |
jindo_version | VersionSpec | The version information that instructs fluid to orchestrate a particular version of Jindo. | [optional] |
master | JindoCompTemplateSpec | Desired state for Jindo master | [optional] |
properties | dict(str, str) | Configurable properties for Jindo system. <br> | [optional] |
replicas | int | The replicas of the worker, need to be specified | [optional] |
run_as | User | Manage the user to run Jindo Runtime | [optional] |
secret | str | [optional] | |
tieredstore | Tieredstore | Tiered storage used by Jindo | [optional] |
user | str | [optional] | |
worker | JindoCompTemplateSpec | Desired state for Jindo worker | [optional] |