From 0d6870b08eda9a60ef7c9594d02e1870d56a3b14 Mon Sep 17 00:00:00 2001 From: "Da K. Ma" Date: Wed, 20 Mar 2019 12:07:42 +0800 Subject: [PATCH] Fixed build error. Signed-off-by: Da K. Ma --- pkg/scheduler/actions/reclaim/reclaim.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/scheduler/actions/reclaim/reclaim.go b/pkg/scheduler/actions/reclaim/reclaim.go index e113a65a99..4661db32ba 100644 --- a/pkg/scheduler/actions/reclaim/reclaim.go +++ b/pkg/scheduler/actions/reclaim/reclaim.go @@ -21,7 +21,8 @@ import ( "github.com/kubernetes-sigs/kube-batch/pkg/scheduler/api" "github.com/kubernetes-sigs/kube-batch/pkg/scheduler/framework" - "github.com/kubernetes-sigs/kube-batch/pkg/scheduler/util" + + "volcano.sh/volcano/pkg/scheduler/util" ) type reclaimAction struct {