Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIgnoresNonPodResource (0.47 sec)

  1. plugin/pkg/admission/serviceaccount/admission_test.go

    		handler := NewServiceAccount()
    		if handler.Handles(op) {
    			t.Errorf("Expected not to handle operation %s", op)
    		}
    	}
    }
    
    func TestIgnoresNonPodResource(t *testing.T) {
    	pod := &api.Pod{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 12 17:49:30 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top