Add some basic documentation string for golint
"exported type ControlPlane should have comment or be unexported"pull/7429/head
parent
a9558856c5
commit
d41865a5fb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue