From 1df01b587c336832f90c614f46afa14f6a4cb97b Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 1 Apr 2020 23:44:17 -0700 Subject: [PATCH] add wait --- pkg/minikube/config/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/minikube/config/types.go b/pkg/minikube/config/types.go index 97c2a1303..ef3b2d41c 100644 --- a/pkg/minikube/config/types.go +++ b/pkg/minikube/config/types.go @@ -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. -- GitLab