Merge pull request #1651 from aledbf/remove-node-lister

Remove node lister
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-11-05 20:39:30 -03:00 committed by GitHub
commit 287cf1287a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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{