pull/7375/head
Medya Gh 2020-04-01 23:44:17 -07:00
parent 3b39b271ac
commit 1df01b587c
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ type ClusterConfig struct {
KubernetesConfig KubernetesConfig
Nodes []Node
Addons map[string]bool
WaitForCompos map[string]bool // map of components to verify and wait for after start.
}
// KubernetesConfig contains the parameters used to configure the VM Kubernetes.