kubernetes/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapiv3/aggregator/aggregator_test.go

type testV3APIService

var _

func (h testV3APIService) ServeHTTP(w http.ResponseWriter, r *http.Request) {}

type testV2APIService

var _

func (h testV2APIService) ServeHTTP(w http.ResponseWriter, r *http.Request) {}

func TestV2APIService(t *testing.T) {}

func TestV3APIService(t *testing.T) {}

func TestV3RootAPIService(t *testing.T) {}

func TestOpenAPIRequestMetrics(t *testing.T) {}

func sendReq(t *testing.T, handler http.Handler, path string) []byte {}

func getTestAPIServiceOpenAPIDefinitions(_ openapicommon.ReferenceCallback) map[string]openapicommon.OpenAPIDefinition {}

func buildTestAPIServiceOpenAPIDefinition() openapicommon.OpenAPIDefinition {}