Commit 0877263f authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #23260 from hongchaodeng/fix

Auto commit by PR queue bot
parents fa48e249 29b46a23
...@@ -48,10 +48,6 @@ func NewEtcdClient() etcd.Client { ...@@ -48,10 +48,6 @@ func NewEtcdClient() etcd.Client {
return client return client
} }
func NewEtcdStorage() storage.Interface {
return etcdstorage.NewEtcdStorage(NewEtcdClient(), testapi.Default.Codec(), etcdtest.PathPrefix(), false)
}
func NewAutoscalingEtcdStorage(client etcd.Client) storage.Interface { func NewAutoscalingEtcdStorage(client etcd.Client) storage.Interface {
if client == nil { if client == nil {
client = NewEtcdClient() client = NewEtcdClient()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment