ThinRuntimeSpec defines the desired state of ThinRuntime
| 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] |