kubernetes/test/e2e/framework/kubectl
Patrick Ohly 3e760310b2 e2e: revise import restrictions
- test/e2e/framework/*.go should have very minimal dependencies.
  We can enforce that via import-boss.

- What each test/e2e/framework/* sub-package uses is less relevant,
  although ideally it also should be as minimal as possible in each case.

Enforcing this via import-boss ensures that new dependencies get flagged as
problem and thus will get additional scrutiny. It might be okay to add them,
but it needs to be considered.
2023-02-12 14:56:45 +01:00
..
.import-restrictions e2e: revise import restrictions 2023-02-12 14:56:45 +01:00
builder.go e2e framework: eliminate interim sub packages 2022-10-06 08:16:47 +02:00
kubectl_utils.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00