We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f873d2a commit 80d6b04Copy full SHA for 80d6b04
pkg/controller/nodeipam/BUILD
@@ -26,7 +26,6 @@ go_library(
26
name = "go_default_library",
27
srcs = [
28
"doc.go",
29
- "metrics.go",
30
"node_ipam_controller.go",
31
],
32
importpath = "k8s.io/kubernetes/pkg/controller/nodeipam",
pkg/controller/nodeipam/metrics.go
pkg/controller/nodeipam/node_ipam_controller.go
@@ -39,11 +39,6 @@ import (
39
"k8s.io/kubernetes/pkg/util/metrics"
40
)
41
42
-func init() {
43
- // Register prometheus metrics
44
- Register()
45
-}
46
-
47
const (
48
// ipamResyncInterval is the amount of time between when the cloud and node
49
// CIDR range assignments are synchronized.
0 commit comments