# Functions

ClusterLoadImages loads images into test clusters when set.
ClusterProvider indicates the Kubernetes cluster provider.
ClusterVersion indicates the Kubernetes cluster version to use when generating a testing environment (if the cluster was not provided by the caller).
ControllerFeatureGates contains the feature gates that should be enabled for test runs in the controller.
ControllerImage is the Kong image to use in lieu of the default.
ControllerImageTag is the combined Controller image and tag if both are set, or empty string if not.
ControllerTag is the Kong image tag to use in tests.
DBMode indicates the database backend of the test cluster ("off" and "postgres" are supported).
EnvironmentReadyTimeout returns the amount of time that will be given to wait for the environment ready, including all the dependencies (kong, metallb, etc) used here to make up a context to pass into environments.WaitForReady to trigger cleanup when timed out.
ExistingClusterName indicates whether or not the caller is providing their own cluster for running the tests.
GetDependencyVersion returns the version of a dependency specified by the dependency tracker file given a YAML path.
No description provided by the author
GithubRepo returns a Github repository from a Github Actions environment.
GithubRunID returns a Github run ID from a Github Actions environment.
GithubServerURL returns a Github server URL from a Github Actions environment.
GKEClusterReleaseChannel indicates the GKE cluster release channel to use when creating a GKE cluster in tests.
IsCI indicates whether or not the tests are running in a CI environment.
KeepTestCluster indicates whether the caller wants the cluster created by the test suite to persist after the test for inspection.
KongEffectiveVersion is the effective semver of kong gateway.
KongEnterpriseEnabled enables Enterprise-specific tests when set to "true".
KongHelmChartVersion is the 'kong' helm chart version to use in tests.
KongImage is the Kong image to use in lieu of the default.
KongImageTag is the combined Kong image and tag if both are set, or empty string if not.
KongLicenseData returns the Kong license data to use in tests.
KongPullPassword is the Docker password to use for the Kong image pull secret.
KongPullUsername is the Docker username to use for the Kong image pull secret.
KongRouterFlavor returns router mode of Kong in tests.
KongTag is the Kong image tag to use in tests.
WaitForClusterDelete indicates whether or not to wait for cluster deletion to complete.

# Constants

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author