Documentation ¶
Index ¶
- func FindAvailableUpdate(cv configv1.ClusterVersion, image, version string) *configv1.Release
- func IsVersionUpgradeCompleted(cv configv1.ClusterVersion) bool
- func LatestAvailableUpdate(cv configv1.ClusterVersion) *configv1.Release
- func SpecEqualIgnoringDesiredUpdate(a, b configv1.ClusterVersionSpec) (equal bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAvailableUpdate ¶
func FindAvailableUpdate(cv configv1.ClusterVersion, image, version string) *configv1.Release
FindAvailableUpdate returns the available update with the given image and version
func IsVersionUpgradeCompleted ¶
func IsVersionUpgradeCompleted(cv configv1.ClusterVersion) bool
IsVersionUpgradeCompleted returns whether the version upgrade in desired version is completed
func LatestAvailableUpdate ¶
func LatestAvailableUpdate(cv configv1.ClusterVersion) *configv1.Release
LatestAvailableUpdate returns the latest available update sorted by version
func SpecEqualIgnoringDesiredUpdate ¶
func SpecEqualIgnoringDesiredUpdate(a, b configv1.ClusterVersionSpec) (equal bool)
SpecEqualIgnoringDesiredUpdate returns whether the two ClusterVersionSpecs are equal, ignoring the desired update
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.