Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for annotationName (0.34 sec)

  1. pkg/kubelet/cm/dra/claiminfo_test.go

    			}
    		})
    	}
    }
    
    func TestClaimInfoSetCDIDevices(t *testing.T) {
    	claimUID := types.UID("claim-uid")
    	pluginName := "test-plugin"
    	device := "vendor.com/device=device1"
    	annotationName := fmt.Sprintf("cdi.k8s.io/%s_%s", pluginName, claimUID)
    	for _, test := range []struct {
    		description         string
    		claimInfo           *ClaimInfo
    		devices             []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:30:31 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top