package
2.10.0-rc.1+incompatible
Repository: https://github.com/pepov/helm.git
Documentation: pkg.go.dev

# Functions

NewConfigMaps initializes a new ConfigMaps wrapping an implementation of the kubernetes ConfigMapsInterface.
NewMemory initializes a new memory driver.
NewSecrets initializes a new Secrets wrapping an implmenetation of the kubernetes SecretsInterface.

# Constants

ConfigMapsDriverName is the string name of the driver.
MemoryDriverName is the string name of this driver.
SecretsDriverName is the string name of the driver.

# Variables

ErrInvalidKey indicates that a release key could not be parsed.
ErrReleaseExists indicates that a release already exists.
ErrReleaseNotFound indicates that a release is not found.

# Structs

ConfigMaps is a wrapper around an implementation of a kubernetes ConfigMapsInterface.
Memory is the in-memory storage driver implementation.
Secrets is a wrapper around an implementation of a kubernetes SecretsInterface.

# Interfaces

Creator is the interface that wraps the Create method.
Deletor is the interface that wraps the Delete method.
Driver is the interface composed of Creator, Updator, Deletor, and Queryor interfaces.
Queryor is the interface that wraps the Get and List methods.
Updator is the interface that wraps the Update method.