func TestConvertFieldLabel(t *testing.T) { … } func TestRouting(t *testing.T) { … } func TestHandlerConversionWithWatchCache(t *testing.T) { … } func TestHandlerConversionWithoutWatchCache(t *testing.T) { … } func testHandlerConversion(t *testing.T, enableWatchCache bool) { … } func TestDecoder(t *testing.T) { … } type dummyAdmissionImpl … func (dummyAdmissionImpl) Handles(operation admission.Operation) bool { … } type dummyAuthorizerImpl … func (dummyAuthorizerImpl) Authorize(ctx context.Context, a authorizer.Attributes) (authorized authorizer.Decision, reason string, err error) { … } type dummyServiceResolverImpl … func (dummyServiceResolverImpl) ResolveEndpoint(namespace, name string, port int32) (*url.URL, error) { … } var multiVersionFixture … func Test_defaultDeprecationWarning(t *testing.T) { … } func TestBuildOpenAPIModelsForApply(t *testing.T) { … } func getOpenAPISpecFromFile() (*spec.Swagger, error) { … }