Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for R1Device3 (0.18 sec)

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

    	as := assert.New(t)
    	as.NotNil(testManager)
    	as.Nil(err)
    
    	resource1Devs := []pluginapi.Device{
    		{ID: "R1Device1", Health: pluginapi.Healthy},
    		{ID: "R1Device2", Health: pluginapi.Healthy},
    		{ID: "R1Device3", Health: pluginapi.Unhealthy},
    	}
    	resourceName1 := "domain1.com/resource1"
    	e1 := &endpointImpl{}
    	testManager.endpoints[resourceName1] = endpointInfo{e: e1, opts: nil}
    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