Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2016-11-11 19:46:09 -03:00
parent 96f8ec419d
commit 0dbe499a3b
3 changed files with 4 additions and 4 deletions

View file

@ -234,7 +234,7 @@ func main() {
if clusterManager.ClusterNamer.GetClusterName() != "" {
glog.V(3).Infof("Cluster name %+v", clusterManager.ClusterNamer.GetClusterName())
}
clusterManager.Init(&controller.GCETranslator{lbc})
clusterManager.Init(&controller.GCETranslator{LoadBalancerController: lbc})
go registerHandlers(lbc)
go handleSigterm(lbc, *deleteAllOnQuit)