Versions in this module Expand all Collapse all v0 v0.2.1 Jun 25, 2025 Changes in this version + const SetterCommentIdentifier + func Decode(rn *yaml.RNode, fcd *ApplySetters) + func VisitElements(rn *yaml.RNode, fn func(node *yaml.RNode, i int) error) error + type ApplySetters struct + Results []*Result + Setters []Setter + func (as *ApplySetters) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) + type Result struct + FieldPath string + FilePath string + Value string + type Setter struct + Name string + Value string