update BUILD files

Kubernetes-commit: aee5f457dbfd70c2d15c33e392dce6a3ca710116
This commit is contained in:
Jeff Grafton
2017-10-12 13:52:10 -07:00
committed by Kubernetes Publisher
parent 10a3c2dff4
commit c92755ea3b
165 changed files with 201 additions and 0 deletions

View File

@@ -9,12 +9,14 @@ load(
go_library(
name = "go_default_library",
srcs = ["clientauth.go"],
importpath = "k8s.io/client-go/tools/auth",
deps = ["//vendor/k8s.io/client-go/rest:go_default_library"],
)
go_test(
name = "go_default_xtest",
srcs = ["clientauth_test.go"],
importpath = "k8s.io/client-go/tools/auth_test",
deps = ["//vendor/k8s.io/client-go/tools/auth:go_default_library"],
)