forked from kyverno/kyverno
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add parsing of json pointers to support special chars (kyverno#3578
kyverno#3616) (kyverno#4767) * Added jsonpointer package that supports parsing of paths and JSON pointers that can yield either a JSON pointer string or JMESPath string. * Replaced the use of `strings.Split` and `strings.Join` in places where paths are converted to JMESPaths. Signed-off-by: Tobias Dahlberg <[email protected]> Signed-off-by: Tobias Dahlberg <[email protected]> Co-authored-by: shuting <[email protected]> Co-authored-by: Prateek Pandey <[email protected]> Co-authored-by: Vyankatesh Kudtarkar <[email protected]>
- Loading branch information
1 parent
977dcc3
commit 19f0e7e
Showing
9 changed files
with
848 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.