# Functions
CreateEnvironment creates a new independent testing environment for running isolated e2e test.
GetTestSuite returns all e2e tests that should be run.
PrepareKustomizeDir prepares a temporary kustomize directory with operator image patch in place.
No description provided by the author
TestDeployAndUpgradeFromLatestTagToOverride tests an upgrade path from latest released tag to an override version provided by environment variables.
No description provided by the author
No description provided by the author
WithInstallViaKustomize makes the test environment install the operator and all the dependencies via kustomize.
WithOperatorImage allows configuring the operator image to use in the test environment.
# Structs
TestEnvironment represents a testing environment (K8s cluster) for running isolated e2e test.
# Type aliases
KustomizeDir represents a path to a temporary kustomize directory that has everything from config dir plus the tests/ dir with kustomization.yaml that has the image patch in place.
TestEnvOption is a functional option for configuring a test environment.