Merge pull request #111954 from hj-johannes-lee/fix-typo-1

Fix typo of e2e utils under network framework
This commit is contained in:
Kubernetes Prow Robot 2022-08-23 20:09:16 -07:00 committed by GitHub
commit d436f5d0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.