Move pkg/util/configz to k8s.io/component-base

This commit is contained in:
cici37
2020-04-22 13:21:42 -07:00
parent a26c34e470
commit 7f4d19167e
25 changed files with 24 additions and 22 deletions

View File

@@ -28,10 +28,10 @@ import (
"k8s.io/apiserver/pkg/server/mux"
"k8s.io/apiserver/pkg/server/routes"
componentbaseconfig "k8s.io/component-base/config"
"k8s.io/component-base/configz"
"k8s.io/component-base/metrics/legacyregistry"
_ "k8s.io/component-base/metrics/prometheus/workqueue" // for workqueue metric registration
"k8s.io/kubernetes/pkg/api/legacyscheme"
"k8s.io/kubernetes/pkg/util/configz"
)
// BuildHandlerChain builds a handler chain with a base handler and CompletedConfig.