mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Merge pull request #428 from damemi/component-helper-nodeselector
Start using helpers from k8s.io/component-helpers
This commit is contained in:
7
go.mod
7
go.mod
@@ -6,11 +6,12 @@ require (
|
||||
github.com/client9/misspell v0.3.4
|
||||
github.com/spf13/cobra v0.0.5
|
||||
github.com/spf13/pflag v1.0.5
|
||||
k8s.io/api v0.19.2
|
||||
k8s.io/apimachinery v0.19.2
|
||||
k8s.io/api v0.20.0-beta.0
|
||||
k8s.io/apimachinery v0.20.0-beta.0
|
||||
k8s.io/apiserver v0.19.0
|
||||
k8s.io/client-go v0.19.2
|
||||
k8s.io/client-go v0.20.0-beta.0
|
||||
k8s.io/code-generator v0.19.0
|
||||
k8s.io/component-base v0.19.2
|
||||
k8s.io/component-helpers v0.20.0-alpha.2.0.20201030045251-0fa5e458da80
|
||||
k8s.io/klog/v2 v2.2.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user