Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClaimInfoSetPrepared (0.16 sec)

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

    		},
    	} {
    		t.Run(test.description, func(t *testing.T) {
    			test.claimInfo.deletePodReference(podUID)
    			assert.False(t, test.claimInfo.hasPodReference(podUID))
    		})
    	}
    }
    
    func TestClaimInfoSetPrepared(t *testing.T) {
    	for _, test := range []struct {
    		description string
    		claimInfo   *ClaimInfo
    	}{
    		{
    			description: "claim info is not prepared",
    			claimInfo: &ClaimInfo{
    				prepared: false,
    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