Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer ¶
type Installer interface { GetCurrentVersion() (string, error) Install(version string, parameters map[string]interface{}) error Upgrade(version string, parameters map[string]interface{}) error Uninstall() error }
Installer can install and manage UXP 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.