remove duplication of RESTOptionsGetter for kube

This commit is contained in:
deads2k 2017-02-07 14:52:50 -05:00
parent 9c3834e9c2
commit 5c9304e9c4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const (
func newStorageFactory() genericapiserver.StorageFactory { func newStorageFactory() genericapiserver.StorageFactory {
config := storagebackend.Config{ config := storagebackend.Config{
Prefix: genericoptions.DefaultEtcdPathPrefix, Prefix: kubeoptions.DefaultEtcdPathPrefix,
ServerList: []string{"http://127.0.0.1:2379"}, ServerList: []string{"http://127.0.0.1:2379"},
Copier: api.Scheme, Copier: api.Scheme,
} }