package
0.3.0
Repository: https://github.com/puppetlabs/leg.git
Documentation: pkg.go.dev

# Packages

Package template implements the JSONPath template format used by kubectl.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Get executes given JSONPath on given value.
Language is the JSONPath language.
New returns an selector for given JSONPath.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithInitialPath allows the path selector characters '.', '[', and '(' to begin a selector instead of just '$' or '@' ('$' is implied).
WithMissingKeysAllowed causes the parser not to return an error when a selector key is not present in the document.
WithPlaceholders enables the wildcard placeholder feature.

# Interfaces

No description provided by the author
PropagatableError allows an error to be propagated even when a selector would otherwise drop it, indicating, e.g., problems with the underlying data.
No description provided by the author