package
1.35.0
Repository: https://github.com/kubernetes/minikube.git
Documentation: pkg.go.dev

# Functions

Deprecations if the selected addon is deprecated return the replacement addon, otherwise return the passed in addon.
Enable tries to enable the default addons for a profile plus any additional, and returns a single slice of all successfully enabled addons via channel (thread-safe).
EnableOrDisableAddon updates addon status executing any commands necessary.
RunCallbacks runs all actions associated to an addon, but does not set it (thread-safe).
Set sets a value in the config (not threadsafe).
SetAndSave sets a value and saves the config.
SetBool sets a bool value in the config (not threadsafe).
ToEnable returns the final list of addons to enable (not thread-safe).
No description provided by the author
UpdateConfigToEnable tries to update config with all enabled addons (not thread-safe).
VerifyNotPaused verifies the cluster is not paused before enable/disable an addon.

# Variables

Addons is a list of all addons.
ErrSkipThisAddon is a special error that tells us to not error out, but to also not mark the addon as enabled.
Force is used to override checks for addons.
Refresh is used to refresh pods in specific cases when an addon is enabled Currently only used for gcp-auth.

# Structs

Addon represents an addon.