constant

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CleanUpOnSuccess = "success"
	CleanUpOnFailure = "failure"
	CleanUpAlways    = "always"
	CleanUpNever     = "never"
)
View Source
const (
	Compose        = "compose"
	ComposeCommand = "docker-compose"
)
View Source
const (
	Kind                     = "kind"
	KindCommand              = "kind"
	KindClusterDefaultName   = "kind"
	E2EDefaultFile           = "e2e.yaml"
	K8sClusterConfigFileName = "e2e-k8s.config"
	DefaultWaitTimeout       = 600 * time.Second
	SingleDefaultWaitTimeout = 30 * 60 * time.Second
	StepTypeManifest         = "manifest"
	StepTypeCommand          = "command"
)
View Source
const (
	ActionHTTP = "http"
	ActionCMD  = "cmd"
)

Variables

View Source
var (
	True                     = true
	False                    = false
	K8sClusterConfigFilePath = path.Join(os.TempDir(), K8sClusterConfigFileName)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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