diff --git a/pkg/minikube/mustload/mustload.go b/pkg/minikube/mustload/mustload.go index fb96c9c182..0910ba35fc 100644 --- a/pkg/minikube/mustload/mustload.go +++ b/pkg/minikube/mustload/mustload.go @@ -43,6 +43,7 @@ type ClusterController struct { CP ControlPlane } +// ControlPlane holds all the needed information for the k8s control plane type ControlPlane struct { // Host is the libmachine host object Host *host.Host