Skip to content

Commit

Permalink
Fixed build error.
Browse files Browse the repository at this point in the history
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
  • Loading branch information
k82cn committed Mar 20, 2019
1 parent 10ac5a8 commit 0d6870b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scheduler/actions/reclaim/reclaim.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0d6870b

Please sign in to comment.