Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckReleaseUsesExpectedContainerImages ¶
func CheckReleaseUsesExpectedContainerImages(release Release)
Make sure that container images currently used (reported in NetworkAddonsConfig) are matching images expected for given release
func InstallRelease ¶
func InstallRelease(release Release)
Installs given release (RBAC and Deployment)
Types ¶
type Release ¶
type Release struct { // Release version Version string // Containers and their images for given release Containers []cnao.Container // SupportedSpec for given release should be upgradable SupportedSpec cnao.NetworkAddonsConfigSpec // Manifest that can be used to install the operator in given release Manifests []string }
func LatestRelease ¶
func LatestRelease() Release
Iterates registered releases and returns the latest (master) based on semver
Source Files ¶
- 0.16.0.go
- 0.17.0.go
- 0.18.0.go
- 0.19.0.go
- 0.20.0.go
- 0.21.0.go
- 0.22.0.go
- 0.23.0.go
- 0.24.0.go
- 0.25.0.go
- 0.26.0.go
- 0.27.7.go
- 0.28.0.go
- 0.29.0.go
- 0.30.0.go
- 0.31.0.go
- 0.32.0.go
- 0.33.0.go
- 0.34.0.go
- 0.35.0.go
- 0.35.1.go
- 0.36.0.go
- 0.38.0.go
- 0.39.3.go
- 0.40.0.go
- 0.40.1.go
- 0.41.0.go
- 0.42.0.go
- 0.42.1.go
- 0.42.2.go
- 99.0.0.go
- releases.go
Click to show internal directories.
Click to hide internal directories.