Fixing words in the comment

Kubernetes-commit: c0d323f1f61340127f9545cfae08da84eb5ec4cd
This commit is contained in:
Amim Knabben 2022-10-15 15:54:41 -03:00 committed by Kubernetes Publisher
parent d95da9457f
commit 46f55fa9c4
1 changed files with 2 additions and 2 deletions

View File

@ -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