Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWatchParamParsing (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/watch_test.go

    	}
    
    	// TODO: once this is fixed, this test will change
    	if response.StatusCode != http.StatusNotAcceptable {
    		t.Errorf("Unexpected response %#v", response)
    	}
    }
    
    func TestWatchParamParsing(t *testing.T) {
    	simpleStorage := &SimpleRESTStorage{}
    	handler := handle(map[string]rest.Storage{
    		"simples":     simpleStorage,
    		"simpleroots": simpleStorage,
    	})
    	server := httptest.NewServer(handler)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 30 17:27:39 UTC 2023
    - 30K bytes
    - Viewed (0)
Back to top