Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler_test.go

    	}
    
    	handler.ServeHTTP(w, req)
    
    	bytes := w.Body.Bytes()
    	return w.Result(), bytes
    }
    
    // Add all builtin APIServices to the manager and check the output
    func TestBasicResponse(t *testing.T) {
    	manager := discoveryendpoint.NewResourceManager("apis")
    
    	apis := fuzzAPIGroups(1, 3, 10)
    	manager.SetGroups(apis.Items)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top