kubernetes/test/e2e_kubeadm
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
..
admin_test.go test/e2e_kubeadm: add test for the kubeadm:cluster-admins CRB 2023-11-02 09:49:29 +02:00
bootstrap_signer.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
bootstrap_token_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
cluster_info_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
const.go Fix golint issues in test/e2e_kubeadm 2019-11-04 23:20:24 +01:00
controlplane_nodes_test.go Fix etcd failures in ci-kubernetes-e2e-cos-gce-disruptive-canary 2024-09-02 09:05:33 -04:00
dns_addon_test.go test/e2e_kubeadm/dns_addon_test.go: drop kube-dns tests 2023-11-03 12:05:22 +02:00
e2e_kubeadm_suite_test.go ktesting: move format package 2026-04-24 21:54:19 +02:00
framework.go update ginkgo from v1 to v2 and gomega to 1.19.0 2022-07-08 10:44:46 +08:00
kubeadm_certs_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
kubeadm_config_test.go switch to latest sigs.k8s.io/yaml v1.5.0 (run update-gofmt.sh as well) 2025-06-25 11:42:12 -04:00
kubelet_config_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
networking_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
nodes_test.go fix kubeadm e2e tests 2025-06-15 00:01:29 +08:00
OWNERS add HirazawaUi to kubeadm approvers list 2025-05-08 21:15:24 +08:00
proxy_addon_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
util.go enhance boolean assertions 2024-07-31 15:58:15 +00:00