kubernetes/test/e2e/framework/pod
Patrick Ohly 84190acdaa ktesting: move format package
The format package is used by ktesting, both to reconfigure Gomega and to
format errors, therefore it has to be moved to staging together with ktesting,
if or when we get to that because those are desirable features.

Because format only has the YAML package as additional dependency and that
should be okay for all other repos (except for the YAML package itself, of
course), we can publish the format package as a sub-package of such a future
ktesting module.

Avoiding the dependency on apimachinery to detect unstructured.Unstructured is
a bit tricky, but doable by relaxing what we check for. The test/utils/format
package is kept to test ktesting/format with the actual packages that it cannot
depend on (apimachinery, api).
2026-04-24 21:54:19 +02:00
..
output Remove redundant re-assignments in for-loops in test/{e2e,integration,utils} 2026-01-25 22:58:27 +01:00
.import-restrictions e2e framework: remove dependency on k8s.io/kubernetes/pkg/api/v1/pod 2023-05-12 08:39:37 +08:00
create.go Add e2e test for SELinuxMount to CSI drivers 2025-08-08 14:25:24 +02:00
delete.go test: add batch pod deletion for kubelet e2e tests 2025-07-19 14:13:59 +08:00
dial.go staging: extract CRI streaming modules with client-go compatibility 2026-03-12 09:59:55 -04:00
exec_util.go ktesting: create client-go/ktesting 2026-04-24 21:54:19 +02:00
get.go HandleRetry has already called in the GetObject 2023-09-07 15:48:18 +08:00
node_selection.go e2e: avoid setting NodeName for CSI driver deployments 2020-02-26 10:33:29 +01:00
pod_client.go Deprecate obsolete slice utility functions 2026-02-16 10:04:33 +01:00
resource.go use framework.ExpectNoError instead 2025-05-11 13:12:29 +08:00
resource_test.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
utils.go Make pod-security-admission honor emulation version 2025-09-17 15:32:32 -04:00
utils_test.go chore: depr. pointer pkg replacement for test/e2e and utils 2025-07-06 22:18:03 +02:00
wait.go ktesting: move format package 2026-04-24 21:54:19 +02:00
wait_test.go ktesting: move format package 2026-04-24 21:54:19 +02:00