Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mustInclude (0.17 sec)

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

    	m.initChan <- devs
    	return &pluginapi.PreStartContainerResponse{}, nil
    }
    
    func (m *MockEndpoint) getPreferredAllocation(available, mustInclude []string, size int) (*pluginapi.PreferredAllocationResponse, error) {
    	if m.getPreferredAllocationFunc != nil {
    		return m.getPreferredAllocationFunc(available, mustInclude, size)
    	}
    	return nil, nil
    }
    
    func (m *MockEndpoint) allocate(devs []string) (*pluginapi.AllocateResponse, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
Back to top