mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
update BUILD files
This commit is contained in:
@@ -9,6 +9,7 @@ load(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["doc.go"],
|
||||
importpath = "k8s.io/kubernetes/test/integration/metrics",
|
||||
)
|
||||
|
||||
filegroup(
|
||||
@@ -31,6 +32,7 @@ go_test(
|
||||
"main_test.go",
|
||||
"metrics_test.go",
|
||||
],
|
||||
importpath = "k8s.io/kubernetes/test/integration/metrics",
|
||||
library = ":go_default_library",
|
||||
tags = ["integration"],
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user