rename for clarity
This commit is contained in:
parent
567fa3b456
commit
4e5efe56de
1 changed files with 2 additions and 2 deletions
|
@ -290,11 +290,11 @@ func (lbc *LoadBalancerController) sync(key string) (err error) {
|
|||
}
|
||||
glog.V(3).Infof("Syncing %v", key)
|
||||
|
||||
paths, err := lbc.ingLister.List()
|
||||
ingresses, err := lbc.ingLister.List()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
nodePorts := lbc.tr.toNodePorts(&paths)
|
||||
nodePorts := lbc.tr.toNodePorts(&ingresses)
|
||||
lbNames := lbc.ingLister.Store.ListKeys()
|
||||
lbs, err := lbc.ListRuntimeInfo()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue