kubernetes/test/integration/serviceaccount
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
..
legacy_service_account_token_clean_up_test.go Promote LegacyServiceAccountTokenCleanUp to GA 2024-01-08 10:58:49 +08:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
service_account_test.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00