Use buildozer to remove deprecated automanaged tags
This commit is contained in:
@@ -14,7 +14,6 @@ go_library(
|
||||
"operation_executor.go",
|
||||
"operation_generator.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//pkg/features:go_default_library",
|
||||
"//pkg/kubelet/events:go_default_library",
|
||||
@@ -39,7 +38,6 @@ go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["operation_executor_test.go"],
|
||||
library = ":go_default_library",
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//pkg/util/mount:go_default_library",
|
||||
"//pkg/volume:go_default_library",
|
||||
|
Reference in New Issue
Block a user