autogenerated files

Kubernetes-commit: 68926a22ac1365a47caba55b0f9fcbebfdf0de76
This commit is contained in:
Bobby (Babak) Salamat
2017-07-27 14:45:42 -07:00
committed by Kubernetes Publisher
parent 5d104a8df6
commit 3c733696a3

2
tools/cache/BUILD vendored
View File

@@ -15,6 +15,7 @@ go_test(
"delta_fifo_test.go",
"expiration_cache_test.go",
"fifo_test.go",
"heap_test.go",
"index_test.go",
"mutation_detector_test.go",
"processor_listener_test.go",
@@ -50,6 +51,7 @@ go_library(
"expiration_cache_fakes.go",
"fake_custom_store.go",
"fifo.go",
"heap.go",
"index.go",
"listers.go",
"listwatch.go",