1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Bump reactions

Change imports to reflect current component-base usage
This commit is contained in:
Mike Dame
2019-10-10 09:40:31 -04:00
parent 0a58cf4535
commit 26adf87323
2 changed files with 3 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ import (
"github.com/golang/glog"
"github.com/spf13/cobra"
aflag "k8s.io/apiserver/pkg/util/flag"
"k8s.io/apiserver/pkg/util/logs"
aflag "k8s.io/component-base/cli/flag"
"k8s.io/component-base/logs"
)
// NewDeschedulerCommand creates a *cobra.Command object with default parameters

View File

@@ -27,7 +27,7 @@ import (
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
clientset "k8s.io/client-go/kubernetes"
priorityutil "k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities/util"
priorityutil "k8s.io/kubernetes/pkg/scheduler/algorithm/priorities/util"
)
// RemovePodsViolatingInterPodAntiAffinity with elimination strategy