vmware-labs / yaml-jsonpath

JSONPath implementation for the gopkg.in/yaml.v3 node API
Other
49 stars 12 forks source link

feat: allow filters to work on all nodes #49

Closed JefeDavis closed 3 years ago

JefeDavis commented 3 years ago

filter expressions can now be used on all nodes not just arrays

Closes #48

Signed-off-by: Jeff Davis jeffda@vmware.com

JefeDavis commented 3 years ago

Fixes https://github.com/vmware-tanzu-labs/yaml-overlay-tool/issues/61