Skip to content

Commit 055b3a5

Browse files
author
Harry Zhang
committed
Update generated bazel
1 parent 4076e9a commit 055b3a5

File tree

1 file changed

+2
-0
lines changed
  • plugin/pkg/scheduler/algorithm/predicates

1 file changed

+2
-0
lines changed

plugin/pkg/scheduler/algorithm/predicates/BUILD

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ go_library(
1212
"error.go",
1313
"metadata.go",
1414
"predicates.go",
15+
"testing_helper.go",
1516
"utils.go",
1617
],
1718
importpath = "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates",
@@ -34,6 +35,7 @@ go_library(
3435
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
3536
"//vendor/k8s.io/apimachinery/pkg/labels:go_default_library",
3637
"//vendor/k8s.io/apimachinery/pkg/util/rand:go_default_library",
38+
"//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library",
3739
"//vendor/k8s.io/apiserver/pkg/util/feature:go_default_library",
3840
"//vendor/k8s.io/client-go/listers/core/v1:go_default_library",
3941
"//vendor/k8s.io/client-go/listers/storage/v1:go_default_library",

0 commit comments

Comments
 (0)