File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require (
1616k8s.io/apimachinery v0.21.0
1717k8s.io/apiserver v0.21.0
1818k8s.io/client-go v0.21.0
19+ k8s.io/component-base v0.21.0
1920k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027
2021k8s.io/metrics v0.21.0
2122)
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ package util
1919import (
2020"container/heap"
2121
22- "github.com/IBM/multi-cluster-app-dispatcher/pkg/scheduler/api"
22+ "github.com/IBM/multi-cluster-app-dispatcher/pkg/controller/clusterstate/api"
23+ // "github.com/IBM/multi-cluster-app-dispatcher/pkg/scheduler/api"
2324)
2425
2526type PriorityQueue struct {
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ import (
2424"github.com/emicklei/go-restful"
2525"github.com/golang/glog"
2626"k8s.io/apimachinery/pkg/util/wait"
27- "k8s.io/apiserver/pkg/util/logs"
27+ "k8s.io/component-base/logs"
28+
29+ // "k8s.io/apiserver/pkg/util/logs"
2830
2931basecmd "github.com/IBM/multi-cluster-app-dispatcher/pkg/controller/metrics/cmd"
3032"github.com/IBM/multi-cluster-app-dispatcher/pkg/controller/metrics/provider"
You can’t perform that action at this time.
0 commit comments