sets

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TagPatchKey specify the primary key of the list items
	TagPatchKey = "patchKey"
	// TagPatchStrategy specify a strategy of the strategic merge patch
	TagPatchStrategy = "patchStrategy"

	// StrategyRetainKeys notes on the strategic merge patch using the retainKeys strategy
	StrategyRetainKeys = "retainKeys"
)

Variables

This section is empty.

Functions

func OptBytesToString

func OptBytesToString(node ast.Node) ast.Node

OptBytesToString convert cue bytes to string.

func PreprocessBuiltinFunc

func PreprocessBuiltinFunc(root ast.Node, name string, process func(values []ast.Node) (ast.Expr, error)) error

PreprocessBuiltinFunc preprocess builtin function in cue file.

func StrategyUnify

func StrategyUnify(base, patch string) (string, error)

StrategyUnify unify the objects by the strategy

func ToFile

func ToFile(n ast.Node) (*ast.File, error)

ToFile convert ast.Node to ast.File

func ToString

func ToString(v cue.Value, opts ...func(node ast.Node) ast.Node) (string, error)

ToString convert cue.Value to string

Types

This section is empty.

Jump to

Keyboard shortcuts

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