Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getContainerDeviceRequest (0.42 sec)

  1. pkg/kubelet/cm/devicemanager/topology_hints.go

    	m.UpdateAllocatedDevices()
    
    	// Loop through all device resources and generate TopologyHints for them.
    	deviceHints := make(map[string][]topologymanager.TopologyHint)
    	accumulatedResourceRequests := m.getContainerDeviceRequest(container)
    
    	m.mutex.Lock()
    	defer m.mutex.Unlock()
    	for resource, requested := range accumulatedResourceRequests {
    		// Only consider devices that actually contain topology information.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top