Remove node lister

This commit is contained in:
Manuel de Brito Fontes 2017-11-05 20:19:38 -03:00
parent 5e05acd924
commit 3bbe2490b3
5 changed files with 8 additions and 20 deletions

View file

@ -116,7 +116,7 @@ func NewNGINXController(config *Configuration) *NGINXController {
n.syncQueue = task.NewTaskQueue(n.syncIngress)
n.listers = n.createListers(config.DisableNodeList, n.stopCh)
n.listers = n.createListers(n.stopCh)
if config.UpdateStatus {
n.syncStatus = status.NewStatusSyncer(status.Config{