Name | Type | Description | Notes |
---|---|---|---|
clean_policy | str | CleanPolicy decides when to clean Juicefs 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 OnDemand | [optional] |
env | list[V1EnvVar] | Environment variables that will be used by JuiceFS Fuse | [optional] |
image | str | Image for JuiceFS fuse | [optional] |
image_pull_policy | str | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional] |
image_tag | str | Image for JuiceFS fuse | [optional] |
network_mode | str | Whether to use hostnetwork or not | [optional] |
node_selector | dict(str, str) | 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] |
options | dict(str, str) | Options mount options that fuse pod will use | [optional] |
pod_metadata | PodMetadata | [optional] | |
resources | V1ResourceRequirements | [optional] | |
volume_mounts | list[V1VolumeMount] | VolumeMounts specifies the volumes listed in ".spec.volumes" to mount into runtime component's filesystem. | [optional] |