sets

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 13 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"
	// StrategyReplace notes on the strategic merge patch will allow replacing list
	StrategyReplace = "replace"
	// StrategyJSONPatch notes on the strategic merge patch will follow the RFC 6902 to run JsonPatch
	StrategyJSONPatch = "jsonPatch"
	// StrategyJSONMergePatch notes on the strategic merge patch will follow the RFC 7396 to run JsonMergePatch
	StrategyJSONMergePatch = "jsonMergePatch"
)

Variables

This section is empty.

Functions

func IsJSONMergePatch added in v1.3.0

func IsJSONMergePatch(patcher cue.Value) bool

IsJSONMergePatch check if patcher is json merge patch

func IsJSONPatch added in v1.3.0

func IsJSONPatch(patcher cue.Value) bool

IsJSONPatch check if patcher is json patch

func ListOpen added in v1.1.3

func ListOpen(expr ast.Node) ast.Node

ListOpen enable the cue list can add elements.

func OpenBaiscLit added in v1.1.1

func OpenBaiscLit(s string) (string, error)

OpenBaiscLit make that the basicLit can be modified.

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, options ...UnifyOption) (ret string, err 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

type UnifyByJSONMergePatch added in v1.3.0

type UnifyByJSONMergePatch struct{}

UnifyByJSONMergePatch unify by json patch following RFC 7396

func (UnifyByJSONMergePatch) ApplyToOption added in v1.3.0

func (op UnifyByJSONMergePatch) ApplyToOption(params *UnifyParams)

ApplyToOption apply to option

type UnifyByJSONPatch added in v1.3.0

type UnifyByJSONPatch struct{}

UnifyByJSONPatch unify by json patch following RFC 6902

func (UnifyByJSONPatch) ApplyToOption added in v1.3.0

func (op UnifyByJSONPatch) ApplyToOption(params *UnifyParams)

ApplyToOption apply to option

type UnifyOption added in v1.3.0

type UnifyOption interface {
	ApplyToOption(params *UnifyParams)
}

UnifyOption defines the option for unify

func CreateUnifyOptionsForPatcher added in v1.3.0

func CreateUnifyOptionsForPatcher(patcher cue.Value) (options []UnifyOption)

CreateUnifyOptionsForPatcher create unify options for patcher

type UnifyParams added in v1.3.0

type UnifyParams struct {
	PatchStrategy string
}

UnifyParams params for unify

Jump to

Keyboard shortcuts

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