Merge pull request #11005 from mbforbes/upgradePickVersion

Allow upgrade target version to be specified
This commit is contained in:
Rohit Jnagal
2015-07-10 15:20:29 -07:00
3 changed files with 12 additions and 8 deletions

View File

@@ -113,6 +113,7 @@ type TestContextType struct {
OutputDir string
prefix string
MinStartupPods int
UpgradeTarget string
}
var testContext TestContextType