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 ( DefaultVersion = "latest" DefaultTimeout = time.Minute * 2 )
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.