Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LatestSupportedVersion = semver.MustParse("4.18.0")
LatestSupportedVersion is the latest minor OCP version supported by the HyperShift operator. NOTE: The .0 (z release) should be ignored. It's only here to support semver parsing.
View Source
var MinSupportedVersion = semver.MustParse("4.14.0")
Functions ¶
func GetMinSupportedVersion ¶ added in v0.1.11
func GetMinSupportedVersion(hc *hyperv1.HostedCluster) semver.Version
func IsValidReleaseVersion ¶
func IsValidReleaseVersion(version, currentVersion, maxSupportedVersion, minSupportedVersion *semver.Version, networkType hyperv1.NetworkType, platformType hyperv1.PlatformType) error
func LookupLatestSupportedRelease ¶ added in v0.1.10
LookupLatestSupportedRelease picks the latest multi-arch image supported by this Hypershift Operator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.