# Functions

ClusterVersion indicates the version of Kubernetes to use for the tests (if the cluster was not provided by the caller).
ControllerFeatureGates contains the feature gates that should be enabled for test runs in the controller.
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.
ExpressionRoutesEnabled indicates whether or not to enable expression routes for the Kong Gateway and the controller.
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".
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.
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