Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

ThinRuntimeSpec.md

File metadata and controls

20 lines (16 loc) · 1.33 KB

ThinRuntimeSpec

ThinRuntimeSpec defines the desired state of ThinRuntime

Properties

Name Type Description Notes
disable_prometheus bool Disable monitoring for Runtime Prometheus is enabled by default [optional]
fuse ThinFuseSpec [optional]
image_pull_secrets list[V1LocalObjectReference] ImagePullSecrets that will be used to pull images [optional]
management RuntimeManagement [optional]
profile_name str The specific runtime profile name, empty value is used for handling datasets which mount another dataset [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 runtime components and/or fuses. [optional]
worker ThinCompTemplateSpec [optional]

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