From 8978daadb0f9e2f65a80ce46f32a8a1463b5f1d4 Mon Sep 17 00:00:00 2001 From: Vallery Lancey Date: Fri, 24 May 2019 04:00:16 -0700 Subject: [PATCH] Removed deprecated --resource-container flag from kube-proxy. Kubernetes-commit: dc0f14312e43e6733fc174492be2eaf6eab1cbf5 --- config/v1alpha1/types.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/v1alpha1/types.go b/config/v1alpha1/types.go index 8d7e064..8bc7894 100644 --- a/config/v1alpha1/types.go +++ b/config/v1alpha1/types.go @@ -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"`