From ecbbfb0461b4da8268efdbf25cc0837e71eecf72 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 21 Sep 2017 14:53:56 -0700 Subject: [PATCH] Use buildozer to remove deprecated automanaged tags Kubernetes-commit: 532bd482dfbe25c6fc970d2175f7e02fec2fc8c0 --- pkg/apis/audit/v1beta1/BUILD | 1 - pkg/authentication/token/cache/BUILD | 2 -- pkg/authentication/token/union/BUILD | 2 -- 3 files changed, 5 deletions(-) diff --git a/pkg/apis/audit/v1beta1/BUILD b/pkg/apis/audit/v1beta1/BUILD index a08dd171a..889d9c999 100644 --- a/pkg/apis/audit/v1beta1/BUILD +++ b/pkg/apis/audit/v1beta1/BUILD @@ -18,7 +18,6 @@ go_library( "zz_generated.deepcopy.go", "zz_generated.defaults.go", ], - tags = ["automanaged"], deps = [ "//vendor/github.com/gogo/protobuf/proto:go_default_library", "//vendor/k8s.io/api/authentication/v1:go_default_library", diff --git a/pkg/authentication/token/cache/BUILD b/pkg/authentication/token/cache/BUILD index 3384859f7..252bdcc88 100644 --- a/pkg/authentication/token/cache/BUILD +++ b/pkg/authentication/token/cache/BUILD @@ -15,7 +15,6 @@ go_test( "cached_token_authenticator_test.go", ], library = ":go_default_library", - tags = ["automanaged"], deps = [ "//vendor/github.com/pborman/uuid:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", @@ -31,7 +30,6 @@ go_library( "cache_striped.go", "cached_token_authenticator.go", ], - tags = ["automanaged"], deps = [ "//vendor/k8s.io/apimachinery/pkg/util/cache:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", diff --git a/pkg/authentication/token/union/BUILD b/pkg/authentication/token/union/BUILD index 7a6b23db9..9178946ce 100644 --- a/pkg/authentication/token/union/BUILD +++ b/pkg/authentication/token/union/BUILD @@ -12,14 +12,12 @@ go_test( name = "go_default_test", srcs = ["unionauth_test.go"], library = ":go_default_library", - tags = ["automanaged"], deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) go_library( name = "go_default_library", srcs = ["union.go"], - tags = ["automanaged"], deps = [ "//vendor/k8s.io/apimachinery/pkg/util/errors:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library",