Merge pull request #1651 from aledbf/remove-node-lister
Remove node lister
This commit is contained in:
commit
287cf1287a
5 changed files with 8 additions and 20 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue