add wait
parent
3b39b271ac
commit
1df01b587c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue