From 2bbaf5c4646bd45b160538c281973030517ffbc4 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Sun, 7 Jan 2018 12:18:14 +0800 Subject: [PATCH] Fix CI issue The scheduler module has been moved outside of the plugin subdirectory in the kubernetes/kubernetes project. The gate should change accordingly. --- test/examples_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/examples_test.go b/test/examples_test.go index 5b6cb8d67a..088d48387c 100644 --- a/test/examples_test.go +++ b/test/examples_test.go @@ -56,7 +56,7 @@ import ( storage_validation "k8s.io/kubernetes/pkg/apis/storage/validation" "k8s.io/kubernetes/pkg/capabilities" "k8s.io/kubernetes/pkg/registry/batch/job" - schedulerapilatest "k8s.io/kubernetes/plugin/pkg/scheduler/api/latest" + schedulerapilatest "k8s.io/kubernetes/pkg/scheduler/api/latest" ) func validateObject(obj runtime.Object) (errors field.ErrorList) {