kubernetes/test/e2e/network
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
..
common e2e: enhance SIGDescribe 2023-10-10 18:15:49 +02:00
netpol Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
.import-restrictions e2e: revise import restrictions 2023-02-12 14:56:45 +01:00
apiserver.go Update kubernetes.default endpoints test a bit 2025-10-07 17:32:36 -04:00
conntrack.go Add e2eendpointslice.WaitForEndpointPorts, use in some tests. 2025-07-17 15:34:34 -04:00
dns.go Fix new DNS test on IPv6 2026-04-23 08:19:48 -04:00
dns_common.go Remove unnecessary manual cleanup in DNS tests 2026-03-16 11:47:47 -04:00
dns_configmap.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
dns_scale_records.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
doc.go
dual_stack.go Rewrite an incorrect dual-stack e2e test 2026-02-20 08:02:49 -05:00
endpoints.go Split Endpoints controller and EndpointSlice controller conformance tests 2025-10-07 17:32:53 -04:00
endpointslice.go Split Endpoints controller and EndpointSlice controller conformance tests 2025-10-07 17:32:53 -04:00
endpointslicemirroring.go Remove a "helper" function that doesn't really help much 2025-10-01 09:24:02 -04:00
fixture.go test: remove implicit inclusion of "name" label in utils functions 2025-02-13 12:48:30 +01:00
hostport.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
ingress.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
ingressclass.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
kube_proxy.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
loadbalancer.go test: refactor to use atomic types 2026-02-05 20:19:33 +05:30
network_policy.go Rolling back network policy tests 2021-01-27 18:58:52 -05:00
networking.go kube-apiserver: default --enable-logs-handler flag to false 2024-06-28 15:22:22 -04:00
networking_perf.go Add e2eendpointslice.WaitForEndpointCount, use it in some network tests 2025-07-16 11:42:00 -04:00
no_snat.go Fix the pod startup timeout in the NoSNAT test 2026-02-24 17:32:27 -05:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
pod_lifecycle.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
proxy.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
service.go Merge pull request #137535 from danwinship/nodeip-e2e-cleanups 2026-03-10 02:59:19 +05:30
service_cidrs.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
service_latency.go Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
topology_hints.go Remove a "helper" function that doesn't really help much 2025-10-01 09:24:02 -04:00
traffic_distribution.go ktesting: move format package 2026-04-24 21:54:19 +02:00
util.go Add e2eendpointslice.WaitForEndpointCount, use it in some network tests 2025-07-16 11:42:00 -04:00
util_iperf.go support parsing of iperf 2.2.0 output 2025-06-08 16:48:09 +05:30