Add show hidden flag to kube-proxy

Kubernetes-commit: 9b7d8712cfa81078593e12dbd0c43f680ab4d910
This commit is contained in:
RainbowMango 2019-11-14 17:19:49 +08:00 committed by Kubernetes Publisher
parent 2fc1a117fb
commit 792da1facd
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ type KubeProxyConfiguration struct {
NodePortAddresses []string `json:"nodePortAddresses"`
// winkernel contains winkernel-related configuration options.
Winkernel KubeProxyWinkernelConfiguration `json:"winkernel"`
// ShowHiddenMetricsForVersion is the version for which you want to show hidden metrics.
ShowHiddenMetricsForVersion string `json:"showHiddenMetricsForVersion"`
}
// Currently, three modes of proxy are available in Linux platform: 'userspace' (older, going to be EOL), 'iptables'