helmvalues

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2022 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

func Marshal(v V) (runtime.RawExtension, error)

Marshal returns a runtime.RawExtension object.

func Merge

func Merge(values V, into *V)

Merge deep-merges the given values into this object.

func MustHashSum

func MustHashSum(from runtime.RawExtension) uint32

MustHashSum returns the hash sum of the JSON in the values. It panics on errors.

func MustMarshal

func MustMarshal(v V) runtime.RawExtension

MustMarshal is like Marshal but panics if there's an error.

func MustUnmarshal

func MustUnmarshal(from runtime.RawExtension, into *V)

MustUnmarshal is like Unmarshal but panics if there's an error.

func Unmarshal

func Unmarshal(from runtime.RawExtension, into *V) error

Unmarshal the values from a runtime.RawExtension.

Types

type V

type V = map[string]interface{}

V contains the Helm values tree.

Jump to

Keyboard shortcuts

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