Removed deprecated --resource-container flag from kube-proxy.

Kubernetes-commit: dc0f14312e43e6733fc174492be2eaf6eab1cbf5
This commit is contained in:
Vallery Lancey 2019-05-24 04:00:16 -07:00 committed by Kubernetes Publisher
parent cb79c2f0d0
commit 8978daadb0
1 changed files with 0 additions and 3 deletions

View File

@ -131,9 +131,6 @@ type KubeProxyConfiguration struct {
// portRange is the range of host ports (beginPort-endPort, inclusive) that may be consumed
// in order to proxy service traffic. If unspecified (0-0) then ports will be randomly chosen.
PortRange string `json:"portRange"`
// resourceContainer is the bsolute name of the resource-only container to create and run
// the Kube-proxy in (Default: /kube-proxy).
ResourceContainer string `json:"resourceContainer"`
// udpIdleTimeout is how long an idle UDP connection will be kept open (e.g. '250ms', '2s').
// Must be greater than 0. Only applicable for proxyMode=userspace.
UDPIdleTimeout metav1.Duration `json:"udpIdleTimeout"`