VineyardRuntimeSpec defines the desired state of VineyardRuntime
Name | Type | Description | Notes |
---|---|---|---|
disable_prometheus | bool | Disable monitoring metrics for Vineyard Runtime Default is false | [optional] |
fuse | VineyardClientSocketSpec | [optional] | |
master | MasterSpec | [optional] | |
pod_metadata | PodMetadata | [optional] | |
replicas | int | The replicas of the worker, need to be specified If worker.replicas and the field are both specified, the field will be respected | [optional] |
tieredstore | TieredStore | [optional] | |
volumes | list[V1Volume] | Volumes is the list of Kubernetes volumes that can be mounted by the vineyard components (Master and Worker). Default is null. | [optional] |
worker | VineyardCompTemplateSpec | [optional] |