Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.03 KB

JindoRuntimeSpec.md

File metadata and controls

29 lines (22 loc) · 2.03 KB

JindoRuntimeSpec

JindoRuntimeSpec defines the desired state of JindoRuntime

Properties

Name Type Description Notes
cleanCachePolicy CleanCachePolicy [optional]
fuse JindoFuseSpec [optional]
hadoopConfig String 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]
jindoVersion VersionSpec [optional]
labels Map<String, String> 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]
logConfig Map<String, String> [optional]
master JindoCompTemplateSpec [optional]
networkmode String Whether to use hostnetwork or not [optional]
podMetadata PodMetadata [optional]
properties Map<String, String> Configurable properties for Jindo system. <br> [optional]
replicas Integer The replicas of the worker, need to be specified [optional]
runAs User [optional]
secret String [optional]
tieredstore TieredStore [optional]
user String [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]