Add show hidden flag to kube-proxy
Kubernetes-commit: 9b7d8712cfa81078593e12dbd0c43f680ab4d910
This commit is contained in:
parent
2fc1a117fb
commit
792da1facd
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue