kubernetes/test/integration/apiserver/openapi
Patrick Ohly 1d653e6185 test: use cancelation from ktesting
The return type of ktesting.NewTestContext is now a TContext. Code
which combined it WithCancel often didn't compile anymore (cannot overwrite
ktesting.TContext with context.Context). This is a good thing because all of
that code can be simplified to let ktesting handle the cancelation.
2024-03-01 07:51:22 +01:00
..
main_test.go
openapi_apiservice_test.go Unit & integration tests for OpenAPIV2 AddUpdateAPIService 2023-10-06 12:57:57 -04:00
openapi_crd_test.go Make CRDs built and aggregated lazily for oasv2 2023-07-18 04:49:56 +00:00
openapi_enum_test.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
openapi_merge_test.go Remove GAed feature gates OpenAPIV3 2023-10-19 22:31:43 +08:00
openapi_v2_merge_test.go Add test to check for _v2 2022-06-08 21:33:07 +00:00
openapiv3_test.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00