kubernetes/test/e2e/framework/job
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
..
.import-restrictions e2e framework: control k/k/pkg imports 2023-04-17 00:17:16 +03:00
const.go
fixtures.go Job Pod Failure policy refactor e2e test to pass on Windows 2024-10-28 07:23:40 +01:00
rest.go e2e-framework: code cleanup for mismatched comments 2023-05-26 12:36:19 +08:00
wait.go ktesting: move format package 2026-04-24 21:54:19 +02:00