fed: Refactor e2e cluster functions into framework for reuse

This commit is contained in:
Maru Newby
2017-03-21 22:28:59 -07:00
parent 27cf62ac29
commit d4552c52bf
15 changed files with 249 additions and 206 deletions

View File

@@ -231,3 +231,7 @@ func (f *Framework) GetUnderlyingFederatedContexts() []E2EContext {
return e2eContexts
}
func (f *Framework) GetRegisteredClusters() (ClusterMap, string) {
return getRegisteredClusters(f)
}