Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reconcileLoop (0.11 sec)

  1. pkg/kubelet/cm/dra/manager.go

    	m.activePods = activePods
    	m.sourcesReady = sourcesReady
    	go wait.Until(func() { m.reconcileLoop() }, m.reconcilePeriod, wait.NeverStop)
    	return nil
    }
    
    // reconcileLoop ensures that any stale state in the manager's claimInfoCache gets periodically reconciled.
    func (m *ManagerImpl) reconcileLoop() {
    	// Only once all sources are ready do we attempt to reconcile.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:29 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top