From d41865a5fbb4308e806deedac331069feb95bb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sun, 5 Apr 2020 10:18:45 +0200 Subject: [PATCH] Add some basic documentation string for golint "exported type ControlPlane should have comment or be unexported" --- pkg/minikube/mustload/mustload.go | 1 + 1 file changed, 1 insertion(+) 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