Merge pull request #17008 from wojtek-t/fix_kubemark

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-09 03:25:48 -08:00
5 changed files with 20 additions and 17 deletions

View File

@@ -110,21 +110,22 @@ 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
MinStartupPods int
UpgradeTarget string
PrometheusPushGateway string
VerifyServiceAccount bool
DeleteNamespace bool
KubeConfig string
KubeContext string
CertDir string
Host string
RepoRoot string
Provider string
CloudConfig CloudConfig
KubectlPath string
OutputDir string
prefix string
MinStartupPods int
UpgradeTarget string
PrometheusPushGateway string
VerifyServiceAccount bool
DeleteNamespace bool
GatherKubeSystemResourceUsageData bool
}
var testContext TestContextType