spec

package
v0.0.0-...-e0e0b42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL