JindoRuntimeSpec defines the desired state of JindoRuntime
Name | Type | Description | Notes |
---|---|---|---|
clean_cache_policy | CleanCachePolicy | [optional] | |
fuse | JindoFuseSpec | [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] |
image_pull_secrets | list[V1LocalObjectReference] | ImagePullSecrets that will be used to pull images | [optional] |
jindo_version | VersionSpec | [optional] | |
labels | dict(str, str) | Labels will be added on all the JindoFS pods. DEPRECATED: this is a deprecated field. Please use PodMetadata.Labels instead. Note: this field is set to be exclusive with PodMetadata.Labels | [optional] |
log_config | dict(str, str) | [optional] | |
master | JindoCompTemplateSpec | [optional] | |
networkmode | str | Whether to use hostnetwork or not | [optional] |
pod_metadata | PodMetadata | [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 | [optional] | |
secret | str | [optional] | |
tieredstore | TieredStore | [optional] | |
user | str | [optional] | |
volumes | list[V1Volume] | Volumes is the list of Kubernetes volumes that can be mounted by the jindo runtime components and/or fuses. | [optional] |
worker | JindoCompTemplateSpec | [optional] |