values

package
v0.0.0-...-f3f1ec7 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEnvDefault

func GetEnvDefault(key string) string

func MergeMaps

func MergeMaps(a, b map[string]interface{}) map[string]interface{}

Types

type Interface

type Interface interface {
	Values() (map[string]interface{}, error)
}
var Empty Interface = empty{}

func New

func New(
	values []string,
	valuesFiles []string,
	configMapRefs []string,
	secretRefs []string,
	defaultNamespace string,
	client kubernetes.Interface,
	parseInto func(string, map[string]interface{}) error,
) Interface

func New2

func New2(
	values map[string]string,
	valuesFiles []string,
	configMapRefs []config.ObjectReference,
	secretRefs []config.ObjectReference,
	defaultNamespace string,
	client kubernetes.Interface,
	parseInto func(string, map[string]interface{}) error,
) Interface

Jump to

Keyboard shortcuts

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