kubernetes/test/e2e/auth
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
..
certificates.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
framework.go update ginkgo from v1 to v2 and gomega to 1.19.0 2022-07-08 10:44:46 +08:00
node_authn.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
node_authz.go e2e: simplify test cleanup 2022-12-13 08:09:01 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
selfsubjectreviews.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
service_accounts.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00