Merge pull request #23260 from hongchaodeng/fix

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-25 02:42:05 -07:00
commit 0877263f32

View File

@ -48,10 +48,6 @@ func NewEtcdClient() etcd.Client {
return client
}
func NewEtcdStorage() storage.Interface {
return etcdstorage.NewEtcdStorage(NewEtcdClient(), testapi.Default.Codec(), etcdtest.PathPrefix(), false)
}
func NewAutoscalingEtcdStorage(client etcd.Client) storage.Interface {
if client == nil {
client = NewEtcdClient()