Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.53 KB

JuiceFSRuntimeSpec.md

File metadata and controls

24 lines (20 loc) · 1.53 KB

JuiceFSRuntimeSpec

JuiceFSRuntimeSpec defines the desired state of JuiceFSRuntime

Properties

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]

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