Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeUnneededNodes (0.26 sec)

  1. pkg/kubemark/controller.go

    		nodeGroupQueueSize:     make(map[string]int),
    		nodeGroupQueueSizeLock: sync.Mutex{},
    	}
    
    	kubemarkNodeInformer.Informer().AddEventHandler(cache.ResourceEventHandlerFuncs{
    		UpdateFunc: controller.kubemarkCluster.removeUnneededNodes,
    	})
    
    	return controller, nil
    }
    
    // WaitForCacheSync waits until all caches in the controller are populated.
    func (kubemarkController *KubemarkController) WaitForCacheSync(stopCh chan struct{}) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 17 23:02:17 UTC 2020
    - 14.1K bytes
    - Viewed (0)
Back to top