Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.19 KB

VineyardRuntimeSpec.md

File metadata and controls

18 lines (14 loc) · 1.19 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 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]

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