Use buildozer to remove deprecated automanaged tags

This commit is contained in:
Jeff Grafton
2017-08-09 15:57:14 -07:00
parent 5f63711681
commit 33276f06be
2165 changed files with 24 additions and 2959 deletions

View File

@@ -11,13 +11,11 @@ load(
go_binary(
name = "gendocs",
library = ":go_default_library",
tags = ["automanaged"],
)
go_library(
name = "go_default_library",
srcs = ["gen_kubectl_docs.go"],
tags = ["automanaged"],
deps = [
"//cmd/genutils:go_default_library",
"//pkg/kubectl/cmd:go_default_library",