Remove empty metrics.go file and method call

Update bazel code file
This commit is contained in:
Johannes M. Scheuermann
2019-04-08 10:50:46 +02:00
parent f873d2a056
commit 80d6b0465e
3 changed files with 0 additions and 27 deletions

View File

@@ -39,11 +39,6 @@ import (
"k8s.io/kubernetes/pkg/util/metrics"
)
func init() {
// Register prometheus metrics
Register()
}
const (
// ipamResyncInterval is the amount of time between when the cloud and node
// CIDR range assignments are synchronized.