# Packages

Package adminconsole manages the Kots Admin Console helm chart installation or upgrade in the cluster.
Package custom manages the installation of custom helm charts that have been embedded at the end of the embedded-cluster binary.
Package embeddedclusteroperator manages the installation of the embedded cluster operator chart.
Package openebs manages the OpenEBS storage provisioner helm chart installation or upgrade in the cluster.

# Functions

NewApplier creates a new Applier instance with all addons registered.
Quiet disables logging for addons.
WithConfig sets the helm config for the addons.
WithoutAddon disables an addon from being applied.
WithoutPrompt disables the prompt before applying addons.

# Structs

Applier is an entity that applies (installs and updates) addons in the cluster.

# Interfaces

AddOn is the interface that all addons must implement.

# Type aliases

Option sets and option on an Applier reference.