Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/pleg/evented.go

    		return
    	}
    	setEventedPLEGUsage(true)
    	e.stopCh = make(chan struct{})
    	e.stopCacheUpdateCh = make(chan struct{})
    	go wait.Until(e.watchEventsChannel, 0, e.stopCh)
    	go wait.Until(e.updateGlobalCache, globalCacheUpdatePeriod, e.stopCacheUpdateCh)
    }
    
    // Stop stops the Evented PLEG
    func (e *EventedPLEG) Stop() {
    	e.runningMu.Lock()
    	defer e.runningMu.Unlock()
    	if !isEventedPLEGInUse() {
    		return
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top