Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBundleVersion ¶
func GetBundleVersion() string
func GetCRCVersion ¶
func GetCRCVersion() string
func GetCommitSha ¶
func GetCommitSha() string
func GetPodmanVersion ¶ added in v1.99.2
func GetPodmanVersion() string
func GetTrayVersion ¶ added in v1.99.2
func GetTrayVersion() string
func InstallPath ¶ added in v1.32.0
func InstallPath() string
func IsInstaller ¶ added in v1.32.0
func IsInstaller() bool
func IsLinuxRelease ¶ added in v1.99.2
func IsLinuxRelease() bool
func IsOkdBuild ¶ added in v1.20.0
func IsOkdBuild() bool
Types ¶
type CrcReleaseInfo ¶
type CrcReleaseInfo struct { Version Version `json:"version"` Links map[string]string `json:"links"` }
func GetCRCLatestVersionFromMirror ¶ added in v1.28.0
func GetCRCLatestVersionFromMirror(transport http.RoundTripper) (*CrcReleaseInfo, error)
Click to show internal directories.
Click to hide internal directories.