package
0.0.0-20220513054723-ce22054d8cf2
Repository: https://github.com/arminc/k8s-platform-lcm.git
Documentation: pkg.go.dev

# Functions

DetermineLifeCycleStatus compares two versions to determine the status of the difference.
FindHighestVersionInList finds the highest version in an list of versions or returns NOTFOUND.

# Constants

Failure means something went wrong went finding the version.
Major means a major difference between two versions.
Minor means a minor difference between two versions.
Nodata indicates there was not a failure but there wasn't any data.
Notfound means a version could not be found.
Patch means a patch difference between two versions.
Same means two versions are the same.
Unknown means the difference between the two versions is unknown.