remove redundant initialization

This commit is contained in:
corneredrat
2023-02-01 21:42:52 +05:30
parent 6163859ae8
commit 2415e30efe

View File

@@ -47,8 +47,8 @@ const (
)
var (
KubeletHealthCheckEndpoint = "http://127.0.0.1:10248/healthz"
KubeProxyHealthCheckEndpoint = "http://127.0.0.1:10256/healthz"
KubeletHealthCheckEndpoint string
KubeProxyHealthCheckEndpoint string
)
func init() {