Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InitCmd = &cobra.Command{ Use: "init", Short: "initialize project to develop and run k8s e2e tests", Run: internal.NewRunFunc(runInit), } )
View Source
var ( LocalkubeCmd = &cobra.Command{ Use: "localkube", Short: "setup localkube", Run: internal.NewRunFunc(runLocalkube), } )
View Source
var (
RootCmd = &cobra.Command{
Use: "e2e-harness",
Short: "Harness for custom kubernetes e2e testing",
}
)
View Source
var ( SetupCmd = &cobra.Command{ Use: "setup", Short: "setup e2e tests", Run: internal.NewRunFunc(runSetup), } )
View Source
var ( TeardownCmd = &cobra.Command{ Use: "teardown", Short: "teardown e2e tests", Run: internal.NewRunFunc(runTeardown), } )
View Source
var ( TestCmd = &cobra.Command{ Use: "test", Short: "execute e2e tests", Run: internal.NewRunFunc(runTest), } )
Functions ¶
func IsInvalidConfig ¶ added in v0.1.1
IsInvalidConfig asserts invalidConfigError.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.