Add some basic documentation string for golint

"exported type ControlPlane should have comment or be unexported"
pull/7429/head
Anders F Björklund 2020-04-05 10:18:45 +02:00
parent a9558856c5
commit d41865a5fb
1 changed files with 1 additions and 0 deletions

View File

@ -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