From c0d323f1f61340127f9545cfae08da84eb5ec4cd Mon Sep 17 00:00:00 2001 From: Amim Knabben Date: Sat, 15 Oct 2022 15:54:41 -0300 Subject: [PATCH] Fixing words in the comment --- pkg/proxy/apis/config/types.go | 4 ++-- staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/proxy/apis/config/types.go b/pkg/proxy/apis/config/types.go index 11d5022b82a..c58fa61c87c 100644 --- a/pkg/proxy/apis/config/types.go +++ b/pkg/proxy/apis/config/types.go @@ -189,8 +189,8 @@ type KubeProxyConfiguration struct { // ProxyMode represents modes used by the Kubernetes proxy server. // -// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'. -// One mode of proxy is available in Windows platform: 'kernelspace'. +// Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'. +// One mode of proxy is available on Windows platforms: 'kernelspace'. // // If the proxy mode is unspecified, the best-available proxy mode will be used (currently this // is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be diff --git a/staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go b/staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go index 72c3901b933..0d60dc4a50d 100644 --- a/staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go +++ b/staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go @@ -185,8 +185,8 @@ type KubeProxyConfiguration struct { // ProxyMode represents modes used by the Kubernetes proxy server. // -// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'. -// One mode of proxy is available in Windows platform: 'kernelspace'. +// Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'. +// One mode of proxy is available on Windows platforms: 'kernelspace'. // // If the proxy mode is unspecified, the best-available proxy mode will be used (currently this // is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be