# Functions
No description provided by the author
Deprecated; if this is needed create a resource yaml for it.
No description provided by the author
For nightly runs, we want to install a released version rather than using a locally built chart To do this, set the environment variable RELEASED_VERSION with either a version name or "LATEST" to get the last release.
GetUpgradeVersions returns two semantic versions of a repository: - prevLtsRelease: the latest patch release of v1.m-1.x - latestRelease: the latest patch release of v1.m.x
Originally intended for use in upgrade testing, it can return any of: - (prevLtsRelease, latestRelease, nil): all release versions computable - (prevLtsRelease, nil, nil): only prevLtsRelease computable (ie current branch has never been released) - (nil, nil, err): unable to fetch versions for upgrade test.
NewSoloTestHelper is meant to provide a standard way of deploying Gloo/GlooE to a k8s cluster during tests.
WithCRDs installs the CRDs from the specific directory.
WithExtraArgs specifies additional args to pass to the lifecycle command.
WithLocalChart downloads the specified version of the chart and extracts it.
WithVersion specifies the version to use.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
Function to provide/override test configuration.