File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
staging/src/k8s.io/component-base/metrics/testutil Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go_library(
4
4
name = "go_default_library" ,
5
5
srcs = [
6
6
"metrics.go" ,
7
+ "promlint.go" ,
7
8
"testutil.go" ,
8
9
],
9
10
importmap = "k8s.io/kubernetes/vendor/k8s.io/component-base/metrics/testutil" ,
@@ -13,6 +14,7 @@ go_library(
13
14
"//staging/src/k8s.io/apimachinery/pkg/version:go_default_library" ,
14
15
"//staging/src/k8s.io/component-base/metrics:go_default_library" ,
15
16
"//vendor/github.com/prometheus/client_golang/prometheus/testutil:go_default_library" ,
17
+ "//vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint:go_default_library" ,
16
18
"//vendor/github.com/prometheus/client_model/go:go_default_library" ,
17
19
"//vendor/github.com/prometheus/common/expfmt:go_default_library" ,
18
20
"//vendor/github.com/prometheus/common/model:go_default_library" ,
@@ -37,6 +39,7 @@ go_test(
37
39
name = "go_default_test" ,
38
40
srcs = [
39
41
"metrics_test.go" ,
42
+ "promlint_test.go" ,
40
43
"testutil_test.go" ,
41
44
],
42
45
embed = [":go_default_library" ],
You can’t perform that action at this time.
0 commit comments