Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsOperatorMaxOCPVersionCompatibleWithCluster ¶
func IsOperatorMaxOCPVersionCompatibleWithCluster(operatorMaxOCPVersion, currentOCPMinorVersion semver.Version) bool
IsOperatorMaxOCPVersionCompatibleWithCluster compares the operator's maximum openshift version with the current cluster version and returns whether the operator is compatible with the next cluster version. For example,
if maxOCPVersion is 4.18 and currentOCPMinorVersion is 4.17 => compatible if maxOCPVersion is 4.18 and currentOCPMinorVersion is 4.18 => incompatible if maxOCPVersion is 4.18 and currentOCPMinorVersion is 4.19 => incompatible
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.