update BUILD files
This commit is contained in:
@@ -12,12 +12,14 @@ go_library(
|
||||
"config.go",
|
||||
"doc.go",
|
||||
],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/config",
|
||||
deps = ["//vendor/k8s.io/apimachinery/pkg/util/wait:go_default_library"],
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["config_test.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/config",
|
||||
library = ":go_default_library",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user