mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Use buildozer to remove deprecated automanaged tags
This commit is contained in:
@@ -14,9 +14,6 @@ go_library(
|
||||
"scheduler_perf_types.go",
|
||||
"util.go",
|
||||
],
|
||||
tags = [
|
||||
"automanaged",
|
||||
],
|
||||
deps = [
|
||||
"//pkg/api:go_default_library",
|
||||
"//pkg/api/testapi:go_default_library",
|
||||
@@ -43,10 +40,7 @@ go_test(
|
||||
"scheduler_test.go",
|
||||
],
|
||||
library = ":go_default_library",
|
||||
tags = [
|
||||
"automanaged",
|
||||
"integration",
|
||||
],
|
||||
tags = ["integration"],
|
||||
deps = [
|
||||
"//plugin/pkg/scheduler:go_default_library",
|
||||
"//test/integration/framework:go_default_library",
|
||||
|
Reference in New Issue
Block a user