Autogenerate BUILD files

This commit is contained in:
Jeff Grafton
2017-12-23 13:06:26 -08:00
parent b13263eeb3
commit efee0704c6
825 changed files with 6006 additions and 1311 deletions

View File

@@ -31,8 +31,8 @@ go_test(
"scheduler_interface_test.go",
"types_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm",
library = ":go_default_library",
deps = [
"//plugin/pkg/scheduler/schedulercache:go_default_library",
"//vendor/k8s.io/api/core/v1:go_default_library",

View File

@@ -50,8 +50,8 @@ go_test(
"predicates_test.go",
"utils_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates",
library = ":go_default_library",
deps = [
"//pkg/apis/core/v1/helper:go_default_library",
"//pkg/kubelet/apis:go_default_library",

View File

@@ -60,8 +60,8 @@ go_test(
"selector_spreading_test.go",
"taint_toleration_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities",
library = ":go_default_library",
deps = [
"//pkg/kubelet/apis:go_default_library",
"//plugin/pkg/scheduler/algorithm/priorities/util:go_default_library",

View File

@@ -13,8 +13,8 @@ go_test(
"topologies_test.go",
"util_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities/util",
library = ":go_default_library",
deps = [
"//vendor/github.com/stretchr/testify/assert:go_default_library",
"//vendor/k8s.io/api/core/v1:go_default_library",