kubernetes/test/integration/framework
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
..
controlplane_utils.go Fix v3 spec 2023-10-16 15:05:13 -04:00
etcd.go kmsv2: KDF based nonce extension 2023-07-21 15:25:52 -04:00
flags.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00
goleak.go test/integration: add StartEtcd 2023-02-28 23:05:17 +01:00
logger.go scheduler_perf: add logging flags 2023-02-28 23:08:17 +01:00
OWNERS Add alculquicondor to test/integration/framework OWNERS 2022-11-07 13:13:50 -05:00
perf_utils.go test/integration: create nodes directly with kubernetes.io/hostname label 2023-04-11 16:35:37 +02:00
serializer.go remove unused function of NewSingleContentTypeSerializer 2021-01-04 10:40:37 +08:00
test_server.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
util.go Merge pull request #113615 from kerthcet/feat/add-benchmark-tests 2022-11-07 09:18:28 -08:00