mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
update BUILD files
This commit is contained in:
@@ -12,12 +12,14 @@ go_library(
|
||||
"doc.go",
|
||||
"fieldpath.go",
|
||||
],
|
||||
importpath = "k8s.io/kubernetes/pkg/fieldpath",
|
||||
deps = ["//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library"],
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["fieldpath_test.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/fieldpath",
|
||||
library = ":go_default_library",
|
||||
deps = [
|
||||
"//vendor/k8s.io/api/core/v1:go_default_library",
|
||||
|
Reference in New Issue
Block a user