update BUILD files

This commit is contained in:
Jeff Grafton
2017-10-12 13:52:10 -07:00
parent 32551a3322
commit aee5f457db
2216 changed files with 2985 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ go_library(
"types.go",
"well_known_labels.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm",
deps = [
"//plugin/pkg/scheduler/api:go_default_library",
"//plugin/pkg/scheduler/schedulercache:go_default_library",
@@ -30,6 +31,7 @@ go_test(
"scheduler_interface_test.go",
"types_test.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm",
library = ":go_default_library",
deps = [
"//plugin/pkg/scheduler/schedulercache:go_default_library",

View File

@@ -14,6 +14,7 @@ go_library(
"predicates.go",
"utils.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates",
deps = [
"//pkg/api/v1/helper:go_default_library",
"//pkg/api/v1/helper/qos:go_default_library",
@@ -44,6 +45,7 @@ go_test(
"predicates_test.go",
"utils_test.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates",
library = ":go_default_library",
deps = [
"//pkg/api/v1/helper:go_default_library",

View File

@@ -22,6 +22,7 @@ go_library(
"taint_toleration.go",
"test_util.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities",
deps = [
"//pkg/api/v1/helper:go_default_library",
"//pkg/kubelet/apis:go_default_library",
@@ -55,6 +56,7 @@ go_test(
"selector_spreading_test.go",
"taint_toleration_test.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities",
library = ":go_default_library",
deps = [
"//pkg/kubelet/apis:go_default_library",

View File

@@ -9,6 +9,7 @@ load(
go_test(
name = "go_default_test",
srcs = ["topologies_test.go"],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities/util",
library = ":go_default_library",
deps = [
"//vendor/k8s.io/api/core/v1:go_default_library",
@@ -23,6 +24,7 @@ go_library(
"topologies.go",
"util.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities/util",
deps = [
"//vendor/k8s.io/api/core/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",