mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Fixing words in the comment
This commit is contained in:
parent
0005364363
commit
c0d323f1f6
@ -189,8 +189,8 @@ type KubeProxyConfiguration struct {
|
|||||||
|
|
||||||
// ProxyMode represents modes used by the Kubernetes proxy server.
|
// ProxyMode represents modes used by the Kubernetes proxy server.
|
||||||
//
|
//
|
||||||
// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'.
|
// Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'.
|
||||||
// One mode of proxy is available in Windows platform: 'kernelspace'.
|
// 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
|
// 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
|
// is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be
|
||||||
|
@ -185,8 +185,8 @@ type KubeProxyConfiguration struct {
|
|||||||
|
|
||||||
// ProxyMode represents modes used by the Kubernetes proxy server.
|
// ProxyMode represents modes used by the Kubernetes proxy server.
|
||||||
//
|
//
|
||||||
// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'.
|
// Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'.
|
||||||
// One mode of proxy is available in Windows platform: 'kernelspace'.
|
// 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
|
// 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
|
// is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be
|
||||||
|
Loading…
Reference in New Issue
Block a user