From 0bd220ca39c1153c01a138cb0f74260151de7e9f Mon Sep 17 00:00:00 2001 From: Hyeongju Johannes Lee Date: Mon, 22 Aug 2022 14:07:04 +0300 Subject: [PATCH] Fix typo of e2e utils under network framework Fix typo "contaienr" to "container" --- test/e2e/framework/network/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/network/utils.go b/test/e2e/framework/network/utils.go index 5fd9f4288ac..d51fefcf138 100644 --- a/test/e2e/framework/network/utils.go +++ b/test/e2e/framework/network/utils.go @@ -155,7 +155,7 @@ func getServiceSelector() map[string]string { // NetworkingTestConfig is a convenience class around some utility methods // for testing kubeproxy/networking/services/endpoints. type NetworkingTestConfig struct { - // TestContaienrPod is a test pod running the netexec image. It is capable + // TestContainerPod is a test pod running the netexec image. It is capable // of executing tcp/udp requests against ip:port. TestContainerPod *v1.Pod // HostTestContainerPod is a pod running using the hostexec image.