k3s/cmd/kube-proxy/app
Kubernetes Submit Queue 5be9578e34
Merge pull request #58731 from yue9944882/feature/beginport-and-offset-expr-port-range
Automatic merge from submit-queue (batch tested with PRs 60457, 60331, 54970, 58731, 60562). 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>.

implement begin-port+offset port range parsing

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

Allocate specific numbers of port from a host by indicating a begin port and its offsets.
This can be used for kube-proxy configuration.

**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 #58730

**Special notes for your reviewer**:

**Release note**:

```release-note
"beginPort+offset" format support for port range which affects kube-proxy only
```
2018-03-19 23:42:18 -07:00
..
BUILD Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
conntrack.go Skip resize of nf_conntrack/parameters/hashsize if not necessary 2017-04-25 16:08:30 +02:00
init_others.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
init_windows.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
server.go Merge pull request #58731 from yue9944882/feature/beginport-and-offset-expr-port-range 2018-03-19 23:42:18 -07:00
server_others.go add nodeport-addresses flag for kube-proxy 2018-02-26 23:48:46 +08:00
server_others_test.go Move linux-only getProxyMode tests to a linux-only file. 2018-02-27 13:53:32 -08:00
server_test.go Move linux-only getProxyMode tests to a linux-only file. 2018-02-27 13:53:32 -08:00
server_windows.go Fix NewProxyServer 2017-11-22 14:17:10 -08:00