Cleanup: removed BoundPodFactory.

Removed unused code: BoundPodFactory. Fixes #5384.
This commit is contained in:
Jerzy Szczepkowski
2015-03-13 09:58:00 +01:00
parent 025a850801
commit ba9d02c0c7
6 changed files with 24 additions and 118 deletions

View File

@@ -42,7 +42,7 @@ func NewTestEtcdRegistry(client tools.EtcdClient) *Registry {
func NewTestEtcdRegistryWithPods(client tools.EtcdClient) *Registry {
helper := tools.EtcdHelper{client, latest.Codec, tools.RuntimeVersionAdapter{latest.ResourceVersioner}}
podStorage, _, _ := podetcd.NewREST(helper, nil)
podStorage, _, _ := podetcd.NewREST(helper)
registry := NewRegistry(helper, pod.NewRegistry(podStorage))
return registry
}