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

@@ -12,7 +12,6 @@ go_test(
name = "go_default_test",
srcs = ["strategy_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/apis/scheduling:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
@@ -27,7 +26,6 @@ go_library(
"registry.go",
"strategy.go",
],
tags = ["automanaged"],
deps = [
"//pkg/api:go_default_library",
"//pkg/apis/scheduling:go_default_library",

View File

@@ -12,7 +12,6 @@ go_test(
name = "go_default_test",
srcs = ["storage_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/apis/scheduling:go_default_library",
"//pkg/registry/registrytest:go_default_library",
@@ -28,7 +27,6 @@ go_test(
go_library(
name = "go_default_library",
srcs = ["storage.go"],
tags = ["automanaged"],
deps = [
"//pkg/api:go_default_library",
"//pkg/apis/scheduling:go_default_library",