Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

VineyardRuntimeSpec.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

VineyardRuntimeSpec

VineyardRuntimeSpec defines the desired state of VineyardRuntime

Properties

Name Type Description Notes
disable_prometheus bool Disable monitoring metrics for Vineyard Runtime Default is false [optional]
fuse VineyardSockSpec [optional]
master MasterSpec [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]

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