Use buildozer to remove deprecated automanaged tags

Kubernetes-commit: 33276f06be5e872bf53ca62a095fcf0a6b6c11a8
This commit is contained in:
Jeff Grafton
2017-08-09 15:57:14 -07:00
committed by Kubernetes Publisher
parent 573b6e6289
commit fa2ceb7462
153 changed files with 0 additions and 184 deletions

View File

@@ -12,7 +12,6 @@ go_test(
name = "go_default_test",
srcs = ["fake_handler_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
)
go_library(
@@ -21,7 +20,6 @@ go_library(
"fake_handler.go",
"tmpdir.go",
],
tags = ["automanaged"],
)
filegroup(