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 Manager ¶
type Manager struct {
Client *Client
Version string
Timeout time.Duration
// contains filtered or unexported fields
}
func (*Manager) AddToFlagSet ¶
type ResourceStatus ¶
type ResourceStatus struct {
NamespacedName types.NamespacedName
Resource *unstructured.Unstructured
GVK schema.GroupVersionKind
Error error
}
Click to show internal directories.
Click to hide internal directories.