Documentation
¶
Index ¶
Constants ¶
View Source
const SupportedPreviousMinorVersions = 2
SupportedPreviousMinorVersions is the number of minor versions prior to current version that are supported.
Variables ¶
View Source
var LatestSupportedVersion = semver.MustParse("4.13.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(subtractMinor(&LatestSupportedVersion, uint64(SupportedPreviousMinorVersions)).String())
Functions ¶
func IsValidReleaseVersion ¶
func IsValidReleaseVersion(version, currentVersion, latestVersionSupported, minSupportedVersion *semver.Version, networkType hyperv1.NetworkType, platformType hyperv1.PlatformType) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.