Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GitTag string
Functions ¶
Types ¶
type Tester ¶
type Tester struct { Suites string `desc:"Comma separated list of standard scale testing suites e.g. load, density"` TestOverrides string `` /* 133-byte string literal not displayed */ TestConfigs string `desc:"Comma separated list of paths to test config files."` Provider string `desc:"The type of cluster provider used (e.g gke, gce, skeleton)"` KubeConfig string `desc:"Path to kubeconfig. If specified will override the path exposed by the kubetest2 deployer."` RepoRoot string `desc:"Path to repository root of kubernetes/perf-tests"` ReportDir string `` /* 128-byte string literal not displayed */ Nodes int `desc:"Number of nodes in the cluster. 0 will auto-detect schedulable nodes."` }
func NewDefaultTester ¶
func NewDefaultTester() *Tester
Click to show internal directories.
Click to hide internal directories.