package
2.17.0+incompatible
Repository: https://github.com/kubernetes/deployment-manager.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.
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.
Plugin represents a plugin.

# Type aliases

Hooks is a map of events to commands.