Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callGetPreferredAllocationIfAvailable (0.28 sec)

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

    	}
    	// TODO: Add metrics support for init RPC
    	return nil
    }
    
    // callGetPreferredAllocationIfAvailable issues GetPreferredAllocation grpc
    // call for device plugin resource with GetPreferredAllocationAvailable option set.
    func (m *ManagerImpl) callGetPreferredAllocationIfAvailable(podUID, contName, resource string, available, mustInclude sets.Set[string], size int) (sets.Set[string], error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top