Merge pull request #9335 from swagiaal/e2e-test-prefix

Add a prefix option to e2e for use with resources
This commit is contained in:
krousey
2015-06-09 11:50:02 -07:00
4 changed files with 4 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ type TestContextType struct {
CloudConfig CloudConfig
KubectlPath string
OutputDir string
prefix string
}
var testContext TestContextType