this too
This commit is contained in:
parent
d0c7a87b69
commit
7c7a233b83
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue