mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
update BUILD files
This commit is contained in:
@@ -9,11 +9,13 @@ load(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["genutils.go"],
|
||||
importpath = "k8s.io/kubernetes/cmd/genutils",
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["genutils_test.go"],
|
||||
importpath = "k8s.io/kubernetes/cmd/genutils",
|
||||
library = ":go_default_library",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user