Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Src3 (0.11 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    		t.Errorf("expected rc2 to not exist in the cache")
    	}
    	if !gc.absentOwnerCache.Has(objectReference{Namespace: "ns1", OwnerReference: metav1.OwnerReference{Kind: "ReplicationController", Name: "rc3", UID: "3", APIVersion: "v1"}}) {
    		t.Errorf("expected rc3 to be in the cache")
    	}
    	// check the request sent to the server
    	count := 0
    	for _, action := range testHandler.actions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top