Documentation ¶
Index ¶
- Constants
- func FormatMajorMinorPatch(version string) (string, error)
- func GetFilteredVersionList(versionList []string, minVersion string, maxVersion string) []string
- func GetMinimalHostedMachinePoolVersion(controlPlaneVersion string) (string, error)
- func GetVersionList(r *rosa.Runtime, channelGroup string, isSTS bool, isHostedCP bool, ...) (defaultVersion string, versionList []string, err error)
- func IsGreaterThanOrEqual(version1, version2 string) (bool, error)
Constants ¶
View Source
const ( MinorVersionsSupported = 2 MajorMinorPatchFormattedErrorOutput = "An error occurred formatting the version for output: %v" )
Variables ¶
This section is empty.
Functions ¶
func FormatMajorMinorPatch ¶ added in v1.2.31
func GetFilteredVersionList ¶
func GetMinimalHostedMachinePoolVersion ¶
Used for hosted machinepool minimal version
func GetVersionList ¶
func IsGreaterThanOrEqual ¶ added in v1.2.27
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.