Skip to content

Commit 2415e30

Browse files
author
corneredrat
committed
remove redundant initialization
1 parent 6163859 commit 2415e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/healthchecker/types/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ const (
4747
)
4848

4949
var (
50-
KubeletHealthCheckEndpoint = "http://127.0.0.1:10248/healthz"
51-
KubeProxyHealthCheckEndpoint = "http://127.0.0.1:10256/healthz"
50+
KubeletHealthCheckEndpoint string
51+
KubeProxyHealthCheckEndpoint string
5252
)
5353

5454
func init() {

0 commit comments

Comments
 (0)