Documentation
¶
Index ¶
- Variables
- func GetKubeVersionForSupportedVersion(supportedVersion semver.Version) (*semver.Version, error)
- func GetMinSupportedVersion(hc *hyperv1.HostedCluster) semver.Version
- func IsValidReleaseVersion(...) error
- func LookupLatestSupportedRelease(ctx context.Context, hc *hyperv1.HostedCluster) (string, error)
- func Supported() []string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LatestSupportedVersion = semver.MustParse("4.20.0") MinSupportedVersion = semver.MustParse("4.14.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.
Functions ¶
func GetKubeVersionForSupportedVersion ¶ added in v0.1.58
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.