Documentation
¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the overall codebase version. It's for detecting what code a binary was built from.
func GetDefaultBundleVersion ¶
func GetDefaultBundleVersion() string
Types ¶
type VersionBundle ¶
type VersionBundle struct { OCM string `json:"ocm"` AppAddon string `json:"app_addon"` PolicyAddon string `json:"policy_addon"` MulticlusterControlplane string `json:"multicluster_controlplane"` }
func GetVersionBundle ¶
func GetVersionBundle(version string, versionBundleFile string) (VersionBundle, error)
GetVersionBundle returns a version bundle for the requested version and optional overrides.
Click to show internal directories.
Click to hide internal directories.