Skip to content

Commit

Permalink
Merge pull request #113082 from knabben/knabben/kube-proxy-comment
Browse files Browse the repository at this point in the history
Fixing words in the comment
  • Loading branch information
k8s-ci-robot committed Oct 15, 2022
2 parents 0005364 + c0d323f commit 48608cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/proxy/apis/config/types.go
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go
Expand Up @@ -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
Expand Down

0 comments on commit 48608cf

Please sign in to comment.