1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/k8s.io/kubernetes/plugin/pkg/scheduler/metrics/BUILD

18 lines
367 B
Text

package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_binary",
"go_library",
"go_test",
"cgo_library",
)
go_library(
name = "go_default_library",
srcs = ["metrics.go"],
tags = ["automanaged"],
deps = ["//vendor:github.com/prometheus/client_golang/prometheus"],
)