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

@@ -16,7 +16,6 @@ go_binary(
"-static",
],
library = ":go_default_library",
tags = ["automanaged"],
visibility = [
"//build/visible_to:COMMON_release",
],
@@ -26,7 +25,6 @@ go_binary(
go_library(
name = "go_default_library",
srcs = ["kubectl.go"],
tags = ["automanaged"],
visibility = ["//visibility:private"],
deps = ["//cmd/kubectl/app:go_default_library"],
)

View File

@@ -8,7 +8,6 @@ load(
go_library(
name = "go_default_library",
srcs = ["kubectl.go"],
tags = ["automanaged"],
visibility = [
"//build/visible_to:cmd_kubectl_app_CONSUMERS",
],