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

Drop deprecated flags

This commit is contained in:
Jan Chaloupka
2021-11-29 12:18:31 +01:00
parent 5cf381a817
commit 73a7adf572
21 changed files with 129 additions and 186 deletions

View File

@@ -17,9 +17,10 @@ limitations under the License.
package v1alpha1
import (
componentbaseconfig "k8s.io/component-base/config"
"time"
componentbaseconfig "k8s.io/component-base/config"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)