Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedContainerOptsLen (0.2 sec)

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

    		if testCase.expErr == nil {
    			as.Nil(err)
    		}
    		if testCase.expectedContainerOptsLen == nil {
    			as.Nil(runContainerOpts)
    		} else {
    			as.Equal(len(runContainerOpts.Devices), testCase.expectedContainerOptsLen[0])
    			as.Equal(len(runContainerOpts.Mounts), testCase.expectedContainerOptsLen[1])
    			as.Equal(len(runContainerOpts.Envs), testCase.expectedContainerOptsLen[2])
    		}
    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