package
Version:
v0.19.4
Opens a new window with list of versions in this module.
Published: Nov 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
LatestK0sBinaryURL returns the url for the latest k0s release by arch and os
LatestK0sVersion returns the latest k0s version number (without v prefix)
type Asset struct {
Name string `json:"name"`
URL string `json:"browser_download_url"`
}
Asset describes a github asset
type Release struct {
URL string `json:"html_url"`
TagName string `json:"tag_name"`
PreRelease bool `json:"prerelease"`
Assets []Asset `json:"assets"`
}
Release describes a github release
LatestRelease returns the latest k0sctl version from github
Source Files
¶
Click to show internal directories.
Click to hide internal directories.