Documentation ¶
Index ¶
- Constants
- func DiffValue(orig, next cue.Value, opts *Options) (cue.Value, error)
- func FormatCueError(err error) string
- func GetLabel(val cue.Value) cue.Selector
- func InsertValue(ins, val cue.Value, opts *Options) (cue.Value, error)
- func LoadCueInputs(entrypoints []string, ctx *cue.Context, cfg *load.Config) (cue.Value, error)
- func MaskValue(mask, val cue.Value, opts *Options) (cue.Value, error)
- func PatchValue(patch, val cue.Value, opts *Options) (cue.Value, error)
- func PickValue(pick, from cue.Value, opts *Options) (cue.Value, error)
- func ReplaceValue(repl, val cue.Value, opts *Options) (cue.Value, error)
- func RequireValue(require, from cue.Value, opts *Options) error
- func UpsertValue(up, val cue.Value, opts *Options) (cue.Value, error)
- func Walk(v cue.Value, before func(cue.Value) bool, after func(cue.Value), ...)
- type Input
- type Options
Constants ¶
View Source
const ( LIST_ERR listProc = iota // unknown arg LIST_AND // all apply LIST_OR // any apply LIST_PER // pairwise )
Variables ¶
This section is empty.
Functions ¶
func FormatCueError ¶ added in v0.6.2
func InsertValue ¶ added in v0.6.2
func LoadCueInputs ¶ added in v0.6.2
Loads the entrypoints using the context provided returns the value from the load after validating it
func PatchValue ¶ added in v0.6.2
func PickValue ¶ added in v0.6.2
PickValue uses 'pick' to pick a subvalue from 'from' by checking if values unify
func ReplaceValue ¶ added in v0.6.2
func RequireValue ¶ added in v0.6.2
RequireValue uses 'require' to require a subvalue from 'from' by checking if values unify
func UpsertValue ¶ added in v0.6.2
Types ¶
Click to show internal directories.
Click to hide internal directories.