Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRegisterWatch (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/watch_tracker_test.go

    	return &watchIdentifier{
    		apiGroup:  apiGroup,
    		resource:  resource,
    		namespace: namespace,
    		name:      name,
    	}
    }
    
    func TestRegisterWatch(t *testing.T) {
    	testCases := []struct {
    		name     string
    		request  *http.Request
    		expected *watchIdentifier
    	}{
    		{
    			name:     "watch all objects",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 03 14:02:51 UTC 2021
    - 10.4K bytes
    - Viewed (0)
Back to top