Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mufengzhe committed Aug 17, 2023
1 parent dc30bd5 commit 80caaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions pkg/scheduler/capabilities/volumebinding/volume_binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"fmt"
"sync"
"time"

"volcano.sh/volcano/cmd/scheduler/app/options"

v1 "k8s.io/api/core/v1"
Expand All @@ -37,12 +38,7 @@ import (
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/helper"
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/names"
<<<<<<< HEAD
=======

"volcano.sh/volcano/cmd/scheduler/app/options"
"volcano.sh/volcano/pkg/features"
>>>>>>> 54e3b40ae8c7e69d6eb899dd9f9ce684d27d2b4f
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ package volumebinding
import (
"context"
"testing"
<<<<<<< HEAD

"volcano.sh/volcano/cmd/scheduler/app/options"
=======
>>>>>>> 54e3b40ae8c7e69d6eb899dd9f9ce684d27d2b4f

"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
Expand All @@ -41,8 +39,6 @@ import (
"k8s.io/kubernetes/pkg/scheduler/framework"
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
"k8s.io/kubernetes/pkg/scheduler/framework/runtime"

"volcano.sh/volcano/cmd/scheduler/app/options"
"volcano.sh/volcano/pkg/features"
)

Expand Down

0 comments on commit 80caaf1

Please sign in to comment.