Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRestartableInitContainerDeviceAllocation (0.39 sec)

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

    	as.True(initCont2Devices.IsSuperset(normalCont1Devices))
    	as.True(initCont2Devices.IsSuperset(normalCont2Devices))
    	as.Equal(0, normalCont1Devices.Intersection(normalCont2Devices).Len())
    }
    
    func TestRestartableInitContainerDeviceAllocation(t *testing.T) {
    	// Requesting to create a pod that requests resourceName1 in restartable
    	// init containers and normal containers should succeed with devices
    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