Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvVarCircleCI is the process environment variable representing the // CIRCLECI env var. EnvVarCircleCI = "CIRCLECI" // EnvVarCircleSHA is the process environment variable representing the // CIRCLE_SHA1 env var. EnvVarCircleSHA = "CIRCLE_SHA1" // EnvVarE2EKubeconfig is the process environment variable representing the // E2E_KUBECONFIG env var. EnvVarE2EKubeconfig = "E2E_KUBECONFIG" // EnvVarKeepResources is the process environment variable representing the // KEEP_RESOURCES env var. EnvVarKeepResources = "KEEP_RESOURCES" )
Variables ¶
This section is empty.
Functions ¶
func KeepResources ¶
func KeepResources() bool
func KubeConfigPath ¶
func KubeConfigPath() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.