Documentation ¶
Overview ¶
Package olm provides an API to install, uninstall, and check the status of an Operator Lifecycle Manager installation. TODO: move to OLM repository?
Index ¶
Constants ¶
View Source
const ( // TODO: switch back to latest once olm fixes their releases // https://github.com/operator-framework/operator-lifecycle-manager/issues/3419 DefaultVersion = "0.28.0" DefaultTimeout = time.Minute * 2 // DefaultOLMNamespace is the namespace where OLM is installed DefaultOLMNamespace = "olm" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *olmresourceclient.Client HTTPClient http.Client BaseDownloadURL string }
func (Client) InstallVersion ¶
Click to show internal directories.
Click to hide internal directories.