JuiceFSRuntimeSpec defines the desired state of JuiceFSRuntime
| Name | Type | Description | Notes |
|---|---|---|---|
| clean_cache_policy | CleanCachePolicy | [optional] | |
| configs | list[str] | Configs of JuiceFS | [optional] |
| disable_prometheus | bool | Disable monitoring for JuiceFS Runtime Prometheus is enabled by default | [optional] |
| fuse | JuiceFSFuseSpec | [optional] | |
| init_users | InitUsersSpec | [optional] | |
| job_worker | JuiceFSCompTemplateSpec | [optional] | |
| juicefs_version | VersionSpec | [optional] | |
| master | JuiceFSCompTemplateSpec | [optional] | |
| pod_metadata | PodMetadata | [optional] | |
| replicas | int | The replicas of the worker, need to be specified | [optional] |
| run_as | User | [optional] | |
| tieredstore | TieredStore | [optional] | |
| volumes | list[V1Volume] | Volumes is the list of Kubernetes volumes that can be mounted by the alluxio runtime components and/or fuses. | [optional] |
| worker | JuiceFSCompTemplateSpec | [optional] |