Skip to content

Commit bec82cc

Browse files
authored
Merge pull request kubernetes#125479 from kundan2707/kube_proxy_update
kube-proxy config update
2 parents 2c6daa4 + 0375192 commit bec82cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ type KubeProxyConfiguration struct {
213213
// winkernel contains winkernel-related configuration options.
214214
Winkernel KubeProxyWinkernelConfiguration `json:"winkernel"`
215215

216-
// detectLocalMode determines mode to use for detecting local traffic, defaults to LocalModeClusterCIDR
216+
// detectLocalMode determines mode to use for detecting local traffic, defaults to ClusterCIDR
217217
DetectLocalMode LocalMode `json:"detectLocalMode"`
218218
// detectLocal contains optional configuration settings related to DetectLocalMode.
219219
DetectLocal DetectLocalConfiguration `json:"detectLocal"`
220220
// clusterCIDR is the CIDR range of the pods in the cluster. (For dual-stack
221221
// clusters, this can be a comma-separated dual-stack pair of CIDR ranges.). When
222-
// DetectLocalMode is set to LocalModeClusterCIDR, kube-proxy will consider
222+
// DetectLocalMode is set to ClusterCIDR, kube-proxy will consider
223223
// traffic to be local if its source IP is in this range. (Otherwise it is not
224224
// used.)
225225
ClusterCIDR string `json:"clusterCIDR"`

0 commit comments

Comments
 (0)