env

package
v1.24.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// Kubeconfig is the environment variable pointing to the kubeconfig file that
	// will be used to connect to the MC
	Kubeconfig = "E2E_KUBECONFIG"

	// WorkloadClusterName is the environment variable containing the name of the
	// WC to load instead of creating a new one
	WorkloadClusterName = "E2E_WC_NAME"
	// WorkloadClusterNamespace is the environment variable containing the namespace
	// that the WC to load is in
	WorkloadClusterNamespace = "E2E_WC_NAMESPACE"

	// KeepWorkloadCluster is used to indicate if the teardown of the workload cluster
	// should be skipped. Setting this env var to any non-empty value will ensure the
	// cluster is kept at the end of a test run.
	KeepWorkloadCluster = "E2E_WC_KEEP" //nolint:gosec

	// OverrideVersions is the environment variable containing App versions to use
	// instead of the latest release.
	// This is a comma separated list in the format `app-name=version-number`
	// E.g. `cluster-aws=v1.2.3`
	OverrideVersions = "E2E_OVERRIDE_VERSIONS"

	// ReleaseVersion is the name of the release to use instead of the latest
	ReleaseVersion = "E2E_RELEASE_VERSION"
	// ReleaseCommit is the git commit from the `giantswarm/releases` repo to
	// fetch the release from
	ReleaseCommit = "E2E_RELEASE_COMMIT"

	// ReleasePreUpgradeVersion is intended to be used in E2E tests to indicate what
	// Release version to make use of before performing an upgade to a newer Release.
	ReleasePreUpgradeVersion = "E2E_RELEASE_PRE_UPGRADE"
)

Variables

This section is empty.

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