package
2.6.0+incompatible
Repository: https://github.com/open-hand/helm.git
Documentation: pkg.go.dev

# Packages

Package cache provides a key generator for vcs urls.
Package installer provides an interface for installing Helm plugins.

# Functions

FindPlugins returns a list of YAML files that describe plugins.
LoadAll loads all plugins found beneath the base directory.
LoadDir loads a plugin from the given directory.
SetupPluginEnv prepares os.Env for plugins.

# Constants

Delete is executed after the plugin is removed.
Install is executed after the plugin is added.
No description provided by the author
Update is executed after the plugin is updated.

# Structs

Downloaders represents the plugins capability if it can retrieve charts from special sources.
Metadata describes a plugin.
PlatformCommand represents a command for a particular operating system and architecture.
Plugin represents a plugin.

# Type aliases

Hooks is a map of events to commands.