Files
kubernetes/pkg
Kubernetes Submit Queue 3abba25160 Merge pull request #65049 from xujieasd/iptables-typo
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
```
2018-06-14 18:23:21 -07:00
..
2018-06-14 12:29:27 -07:00
2018-06-01 14:28:07 -07:00
2018-06-05 21:52:08 +00:00
2018-06-05 19:49:07 +08:00
2018-02-16 13:43:01 -08:00
2018-06-05 04:50:37 -04:00
2018-02-12 10:54:33 -05:00
2018-06-06 00:12:40 +02:00
2018-05-19 08:14:37 +10:00
2018-03-13 17:20:16 +08:00