Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + var ErrNodeNotFound = errors.New("node not found") + var ErrNodeWrongKind = errors.New("unexpected node kind") + func Append(root *yaml.Node, path string, node *yaml.Node) error + func Encode(value any) (*yaml.Node, error) + func Find(root *yaml.Node, path string) (*yaml.Node, error) + func Set(root *yaml.Node, path string, value *yaml.Node) error