Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/tainteviction/taint_eviction_test.go

    	}
    	if podDeleted != expectDelete {
    		t.Errorf("[%v]Unexpected test result. Expected delete %v, got %v", description, expectDelete, podDeleted)
    	}
    }
    
    // TestPodDeletionEvent Verify that the output events are as expected
    func TestPodDeletionEvent(t *testing.T) {
    	f := func(path cmp.Path) bool {
    		switch path.String() {
    		// These fields change at runtime, so ignore it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 31.3K bytes
    - Viewed (0)
Back to top