# Functions
CompareEKSKubernetesVersions compares two EKS kubernetes versions and returns 0 if they are equal, -1 if version1 is less than version2, and 1 if version1 is greater than version2.
GetEKSVersionFromReleaseVersion returns the EKS kubernetes version from the given release version.
IncrementVersionMajor increments the minor version of the given EKS kubernetes version and returns the new version.
# Variables
ErrInvalidEKSKubernetesReleaseVersion is an error that is returned when the given EKS kubernetes release version is invalid.
ErrInvalidEKSKubernetesVersion is an error that is returned when the given EKS kubernetes version is invalid.