JindoFuseSpec is a description of the Jindo Fuse
Name | Type | Description | Notes |
---|---|---|---|
args | List<String> | Arguments that will be passed to Jindo Fuse | [optional] |
cleanPolicy | String | CleanPolicy decides when to clean JindoFS Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted | [optional] |
disabled | Boolean | If disable JindoFS fuse | [optional] |
env | Map<String, String> | Environment variables that will be used by Jindo Fuse | [optional] |
global | Boolean | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional] |
image | String | Image for Jindo Fuse(e.g. jindo/jindo-fuse) | [optional] |
imagePullPolicy | String | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional] |
imageTag | String | Image Tag for Jindo Fuse(e.g. 2.3.0-SNAPSHOT) | [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] | |
nodeSelector | Map<String, String> | NodeSelector is a selector which must be true for the fuse client to fit on a node, this option only effect when global is enabled | [optional] |
podMetadata | PodMetadata | [optional] | |
properties | Map<String, String> | Configurable properties for Jindo System. <br> | [optional] |
resources | V1ResourceRequirements | [optional] | |
tolerations | List<V1Toleration> | If specified, the pod's tolerations. | [optional] |