package
2.16.9+incompatible
Repository: https://github.com/openpitrix/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 implementation of the kubernetes SecretsInterface.
NewSQL initializes a new memory driver.

# 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.
SQLDriverName is the string name of this driver.

# Variables

ErrInvalidKey has been deprecated; please use storageerrors.ErrInvalidKey instead.
ErrReleaseExists has been deprecated; please use storageerrors.ErrReleaseExists instead.
ErrReleaseNotFound has been deprecated; please use storageerrors.ErrReleaseNotFound instead.

# 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.
SQL is the sql storage driver implementation.
SQLReleaseWrapper describes how Helm releases are stored in an SQL database.

# 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.