Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAbsentOwnerCache (0.12 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    			},
    			Namespace: pod.Namespace,
    		},
    		// owners are intentionally left empty. The attemptToDeleteItem routine should get the latest item from the server.
    		owners: nil,
    	}
    }
    
    func TestAbsentOwnerCache(t *testing.T) {
    	rc1Pod1 := getPod("rc1Pod1", []metav1.OwnerReference{
    		{
    			Kind:       "ReplicationController",
    			Name:       "rc1",
    			UID:        "1",
    			APIVersion: "v1",
    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