# Functions

GenerateCIArtifactsInjectedTemplateForDebian takes a source clusterctl template and a platform-specific Kustomize SMP patch and injects a bash script to download and install the debian packages for the given Kubernetes version, returning the location of the outputted file.
LatestCIRelease fetches the latest main branch Kubernetes version.
LatestPatchRelease returns the latest patch release matching.
PreviousMinorRelease returns the latest patch release for the previous version of Kubernetes, e.g.
ResolveVersion resolves Kubernetes versions.

# Structs

No description provided by the author