Documentation ¶
Overview ¶
Package filtersutil provides utilities for working with yaml.Filter and kio.Filter interfaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyToJSON ¶
ApplyToJSON applies the filter to the json objects.
ApplyToJSON marshals the objects into a slice of yaml.RNodes, runs the filter on the slice, and then unmarshals the values back.
The filter must not create or delete objects because the objects are updated in place.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.