environment

package
v0.164.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment

type Environment struct {
	Name        string
	KubeContext string
	Values      map[string]any
	Defaults    map[string]any
}
var EmptyEnvironment Environment

func New added in v0.150.0

func New(name string) *Environment

New return Environment with default name and values

func (Environment) DeepCopy

func (e Environment) DeepCopy() Environment

func (*Environment) GetMergedValues

func (e *Environment) GetMergedValues() (map[string]any, error)

func (*Environment) Merge

func (e *Environment) Merge(other *Environment) (*Environment, error)

Jump to

Keyboard shortcuts

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