Commit 7c7a233b authored by Miek Gieben's avatar Miek Gieben

this too

parent d0c7a87b
......@@ -182,3 +182,11 @@ func (APIConnFederationTest) GetNodeByName(name string) (*api.Node, error) {
},
}, nil
}
func (APIConnFederationTest) GetNamespaceByName(name string) (*api.Namespace, error) {
return &api.Namespace{
ObjectMeta: meta.ObjectMeta{
Name: name,
},
}, nil
}
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