Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer interface { // Type returns the configurer type of the current implementation. Type() ConfigurerType // Values returns content of a file to use for Helm values. The caller is // responsible for persisting and cleaning up eventual files on the file // system. Values() (string, error) }
Configurer represents a Service that provides a Helm configuration file.
type ConfigurerType ¶
type ConfigurerType string
ConfigurerType represents the type of Configurer to configure.
Click to show internal directories.
Click to hide internal directories.