Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallOption ¶
InstallOption customizes the behavior of an install.
type Manager ¶
type Manager interface { GetCurrentVersion() (string, error) GetRelease() (*release.Release, error) Install(version string, parameters map[string]any, opts ...InstallOption) error Upgrade(version string, parameters map[string]any, opts ...UpgradeOption) error Uninstall() error }
Manager can install and manage Upbound software in a Kubernetes cluster. TODO(hasheddan): support custom error types, such as AlreadyExists.
type ParameterParser ¶
ParameterParser parses install and upgrade parameters.
Click to show internal directories.
Click to hide internal directories.