1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/utils
Tobias Dahlberg 19f0e7ebfe
fix: add parsing of json pointers to support special chars (#3578 #3616) (#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 <tobias.dahlberg@sinch.com>

Signed-off-by: Tobias Dahlberg <tobias.dahlberg@sinch.com>
Co-authored-by: shuting <shuting@nirmata.com>
Co-authored-by: Prateek Pandey <prateek.pandey@nirmata.com>
Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
2022-11-10 16:03:45 +00:00
..
admission refactor: admission response utils (#5234) 2022-11-08 09:35:08 +00:00
api refactor: move ImageExtractorConfigs in api package (#3781) 2022-05-03 08:45:08 +00:00
controller fix: deletion of reports not belonging to kyverno (#5194) 2022-11-02 10:08:54 +00:00
engine refactor: support Audit and Enforce validation failure actions (#5152) 2022-11-01 09:56:52 +00:00
image chore: add unit tests for pkg/utils/image (#4508) 2022-09-05 20:46:57 +00:00
json chore: add unit tests for pkg/utils/json (#4516) 2022-09-06 14:18:48 +01:00
jsonpointer fix: add parsing of json pointers to support special chars (#3578 #3616) (#4767) 2022-11-10 16:03:45 +00:00
kube Fix issue for wildcard versions (#4670) 2022-09-23 22:04:39 +08:00
os chore: add unit tests for pkg/utils/os (#4509) 2022-09-06 07:19:29 +00:00
report fix: improve banned types management in reports (#4953) 2022-10-14 23:20:30 +08:00
runtime refactor: health check system (#5176) 2022-11-03 11:19:38 +01:00
wildcard chore: switch to github.com/IGLOU-EU/go-wildcard (#4563) 2022-09-10 17:30:13 +00:00
yaml add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
annotations.go Fix merging JSON patches (#4202) 2022-07-11 09:26:31 +05:30
annotations_test.go add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
util.go feat: enable/disable Debug mode which shows entire AdmissionReview payload (#5024) 2022-10-21 16:17:49 +00:00
util_test.go fix: add policy validation for ValidationFailureActionOverride field (#4784) 2022-10-06 06:16:12 +00:00