mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. iptables proxier_test typo **What this PR does / why we need it**: The definition of `makeTestService` is ``` func makeTestService(namespace, name string, svcFunc func(*api.Service)) api.Service { ... } ``` but in function `TestClusterIPReject`, use makeTestService(svcPortName.Namespace, svcPortName.`Namespace`, func(svc *api.Service) should be makeTestService(svcPortName.Namespace, svcPortName.`Name`, func(svc *api.Service) I think it's a typo /area kube-proxy **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```