Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateNodeInfoSnapshotList (3.25 sec)

  1. pkg/scheduler/internal/cache/cache.go

    		// error to surface the problem, the error will likely cause a failure to the current scheduling cycle.
    		cache.updateNodeInfoSnapshotList(logger, nodeSnapshot, true)
    		return fmt.Errorf(errMsg)
    	}
    
    	return nil
    }
    
    func (cache *cacheImpl) updateNodeInfoSnapshotList(logger klog.Logger, snapshot *Snapshot, updateAll bool) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 09:56:48 UTC 2023
    - 24.9K bytes
    - Viewed (0)
Back to top