# Packages

No description provided by the author
hash-generator updates the binary hashes and kubeadm patches in versions.go in place.

# Functions

IsPreviewK8sVersion checks if a given Kubernetes version is still in preview and not fully supported.
NewValidK8sVersion validates the given string and produces a new ValidK8sVersion object.
ResolveK8sPatchVersion transforms a MAJOR.MINOR definition into a supported MAJOR.MINOR.PATCH release.
SupportedK8sVersions returns a list (sorted) of supported Kubernetes versions.

# Constants

Default k8s version deployed by Constellation.
renovate:container.
renovate:container.
renovate:container.
renovate:container.
renovate:container.
renovate:kubernetes-release.
renovate:kubernetes-release.
renovate:kubernetes-release.

# Variables

VersionConfigs holds download URLs for all required kubernetes components for every supported version.

# Structs

KubernetesVersion bundles download Urls to all version-releated binaries necessary for installing/deploying a particular Kubernetes version.

# Type aliases

ValidK8sVersion represents any of the three currently supported k8s versions.