# Constants

ConformanceExpressionRoutesTestsFeatureGates is the set of feature gates to be used when running conformance tests with expression routes enabled.
ControllerNamespace is the Kubernetes namespace where the controller is deployed.
DefaultFeatureGates is the default feature gates setting that should be provided if none are provided by the user.
ExitCodeCantCreateCluster is a POSIX compliant exit code for the test suite to indicate that a failure occurred when trying to create a Kubernetes cluster to run the tests.
ExitCodeCentCreateLogger is a POSIX compliant exit code for the test suite to indicate that a failure occurred when trying to create a logger for the test suite.
ExitCodeCantUseExistingCluster is a POSIX compliant exit code for the test suite to indicate that an existing cluster provided for the tests was not usable.
ExitCodeCleanupFailed is a POSIX compliant exit code for the test suite to indicate that a failure occurred during cluster cleanup.
ExitCodeEnvSetupFailed is a generic exit code that can be used as a fallback for general problems setting up the testing environment and/or cluster.
ExitCodeIncompatibleOptions is a POSIX compliant exit code for the test suite to indicate that some combination of provided configurations were not compatible.
ExitCodeInvalidOptions is a POSIX compliant exit code for the test suite to indicate that some of the provided runtime options were not valid and the tests could not run.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IngressClass indicates the ingress class name which the tests will use for supported object reconciliation.
KongHelmChartVersion is the version of the Kong Helm chart to use in tests.
KongTestPassword is used as a password only within the context of transient integration test runs and is left static to help developers debug failures in those testing environments.
KongTestWorkspace is used as a workspace only within the context of transient integration test runs when Kong Enterprise is enabled and a database is used (DBmode != off) and is left static to help developers debug failures in those testing environments.