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

2
tools/cache/BUILD vendored
View File

@@ -23,6 +23,7 @@ go_test(
"undelta_store_test.go",
],
features = ["-race"],
importpath = "k8s.io/client-go/tools/cache",
library = ":go_default_library",
deps = [
"//vendor/github.com/google/gofuzz:go_default_library",
@@ -61,6 +62,7 @@ go_library(
"thread_safe_store.go",
"undelta_store.go",
],
importpath = "k8s.io/client-go/tools/cache",
deps = [
"//vendor/github.com/golang/glog:go_default_library",
"//vendor/golang.org/x/net/context:go_default_library",

View File

@@ -9,6 +9,7 @@ load(
go_test(
name = "go_default_test",
srcs = ["fake_controller_source_test.go"],
importpath = "k8s.io/client-go/tools/cache/testing",
library = ":go_default_library",
deps = [
"//vendor/k8s.io/api/core/v1:go_default_library",
@@ -20,6 +21,7 @@ go_test(
go_library(
name = "go_default_library",
srcs = ["fake_controller_source.go"],
importpath = "k8s.io/client-go/tools/cache/testing",
deps = [
"//vendor/k8s.io/api/core/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library",