kubernetes/cmd/kube-proxy/app
Claudiu Belu af77381e01 unit tests: Skip Windows-unrelated tests on Windows
Some of the unit tests cannot pass on Windows due to various reasons:

- fsnotify does not have a Windows implementation.
- Proxy Mode IPVS not supported on Windows.
- Seccomp not supported on Windows.
- VolumeMode=Block is not supported on Windows.
- iSCSI volumes are mounted differently on Windows, and iscsiadm is a
  Linux utility.
2022-10-18 12:43:07 +03:00
..
conntrack.go replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
init_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
init_windows.go Fix health check from Google's Load Balancer 2022-03-11 22:34:59 -08:00
server_others_test.go unit tests: Skip Windows-unrelated tests on Windows 2022-10-18 12:43:07 +03:00
server_others.go Remove Linux and Windows Kube-proxy Userspace mode 2022-10-05 16:59:02 -03:00
server_test.go unit tests: Skip Windows-unrelated tests on Windows 2022-10-18 12:43:07 +03:00
server_windows.go Remove Linux and Windows Kube-proxy Userspace mode 2022-10-05 16:59:02 -03:00
server.go Merge pull request #113057 from Richabanker/kube-proxy-metrics-slis 2022-10-15 06:49:05 -07:00