kubernetes/pkg/proxy
Kubernetes Submit Queue 550c0155fa
Merge pull request #58035 from m1093782566/windows-proxy-mode
Automatic merge from submit-queue (batch tested with PRs 58375, 58306, 58386, 57420, 58035). 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>.

Fix windows UT for proxy mode

**What this PR does / why we need it**:

/kind bug

Fix windows UT for proxy mode.

Run UTs for `kubeproxyconfig/validation` in windows,

```
=== RUN   TestValidateKubeProxyConfiguration
--- FAIL: TestValidateKubeProxyConfiguration (0.00s)
        validation_test.go:83: expected success: [KubeProxyConfiguration.Mode.ProxyMode: Invalid value: "ipvs": must be kernelspace,userspace or blank (blank means the most-available proxy [currently userspace])]
```

That's because proxy mode "IPVS" is not valid in windows.


**Which issue(s) this PR fixes**:
Fixes #58037

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-01-17 13:08:37 -08:00
..
apis/kubeproxyconfig fix windows ut for proxy mode 2018-01-11 16:58:53 +08:00
config Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
healthcheck Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
iptables Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
ipvs Merge pull request #57317 from m1093782566/notfound 2018-01-05 17:52:41 -08:00
metrics add proxy metrics in app level 2017-10-16 21:10:51 +08:00
userspace Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
util Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
winkernel Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
winuserspace Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
BUILD proxy: cleanup old build file 2017-11-07 16:11:37 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS add m1093782566 to pkg/proxy/OWNERS 2017-10-13 11:39:25 +08:00
types.go kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00