move lease controller to k8s.io/component-helpers/apimachinery

This commit is contained in:
Haowei Cai
2020-11-05 10:50:46 -08:00
parent fe9fd060c9
commit e79ba4877e
10 changed files with 16 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ import (
"k8s.io/client-go/util/certificate"
"k8s.io/client-go/util/flowcontrol"
cloudprovider "k8s.io/cloud-provider"
"k8s.io/component-helpers/lease"
"k8s.io/component-helpers/apimachinery/lease"
internalapi "k8s.io/cri-api/pkg/apis"
"k8s.io/klog/v2"
pluginwatcherapi "k8s.io/kubelet/pkg/apis/pluginregistration/v1"