Files
kubernetes/test/e2e/framework/metrics
Patrick Ohly d4729008ef e2e: simplify test cleanup
ginkgo.DeferCleanup has multiple advantages:
- The cleanup operation can get registered if and only if needed.
- No need to return a cleanup function that the caller must invoke.
- Automatically determines whether a context is needed, which will
  simplify the introduction of context parameters.
- Ginkgo's timeline shows when it executes the cleanup operation.
2022-12-13 08:09:01 +01:00
..
2022-12-13 08:09:01 +01:00
2020-01-29 08:50:45 -08:00
2019-11-07 08:21:00 +00:00