cmd

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

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

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL