Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocatableDevs (0.5 sec)

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

    	testManager.genericDeviceUpdateCallback(resourceName2, resource2Devs)
    
    	allocatableDevs := testManager.GetAllocatableDevices()
    	as.Equal(2, len(allocatableDevs))
    
    	devInstances1, ok := allocatableDevs[resourceName1]
    	as.True(ok)
    	checkAllocatableDevicesConsistsOf(as, devInstances1, []string{"R1Device1", "R1Device2"})
    
    	devInstances2, ok := allocatableDevs[resourceName2]
    	as.True(ok)
    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