Parameterization of minStartupPods

This commit is contained in:
jayunit100
2015-06-10 19:35:39 -04:00
parent 965711e8d1
commit 19b3017fb5
2 changed files with 14 additions and 30 deletions

View File

@@ -96,16 +96,17 @@ type CloudConfig struct {
}
type TestContextType struct {
KubeConfig string
KubeContext string
CertDir string
Host string
RepoRoot string
Provider string
CloudConfig CloudConfig
KubectlPath string
OutputDir string
prefix string
KubeConfig string
KubeContext string
CertDir string
Host string
RepoRoot string
Provider string
CloudConfig CloudConfig
KubectlPath string
OutputDir string
prefix string
MinStartupPods int
}
var testContext TestContextType