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.
Click to show internal directories.
Click to hide internal directories.