mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-03 08:04:45 +00:00
remove unused code
Change-Id: If821920ec8872e326b7d85437ad8d2620807799d Kubernetes-commit: 7b8c9acc09d51a8f6018eafc49490102ae7cb0c4
This commit is contained in:
committed by
Kubernetes Publisher
parent
1d2e9628a1
commit
2537fc5f76
@@ -30,10 +30,6 @@ import (
|
||||
var scaleConverter = NewScaleConverter()
|
||||
var codecs = serializer.NewCodecFactory(scaleConverter.Scheme())
|
||||
|
||||
// restInterfaceProvider turns a restclient.Config into a restclient.Interface.
|
||||
// It's overridable for the purposes of testing.
|
||||
type restInterfaceProvider func(*restclient.Config) (restclient.Interface, error)
|
||||
|
||||
// scaleClient is an implementation of ScalesGetter
|
||||
// which makes use of a RESTMapper and a generic REST
|
||||
// client to support an discoverable resource.
|
||||
|
Reference in New Issue
Block a user