Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.14 KB

JindoRuntimeSpec.md

File metadata and controls

27 lines (23 loc) · 2.14 KB

JindoRuntimeSpec

JindoRuntimeSpec defines the desired state of JindoRuntime

Properties

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]
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]

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