Fix lint errors
This commit is contained in:
parent
96f8ec419d
commit
0dbe499a3b
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue