We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5220d9 commit eab6a9aCopy full SHA for eab6a9a
1 file changed
pkg/controller/controller.go
@@ -412,7 +412,7 @@ func (c *Controller) initSharedInformers() {
412
})
413
414
// Kubernetes Nodes
415
- informers_core_v1.NewNodeInformer(c.KubeClient.Clientset, constants.QueueResyncPeriodNode,
+ c.nodesInformer = informers_core_v1.NewNodeInformer(c.KubeClient.Clientset, constants.QueueResyncPeriodNode,
416
cache.Indexers{cache.NamespaceIndex: cache.MetaNamespaceIndexFunc})
417
418
c.nodesInformer.AddEventHandler(cache.ResourceEventHandlerFuncs{
0 commit comments