1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/pkg/engine/jmespath
Max Goncharenko 6a0305674a
JMESPath custom functions (#1772)
* JMESPath: Support regex expressions

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* JMESPath: Add string functions

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* Removed {{$}} variable handling logic

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* Name all functions in snake case; Update error message; Fix {{@}} behavior

Signed-off-by: Max Goncharenko <kacejot@fex.net>
2021-04-16 16:17:00 -07:00
..
functions.go JMESPath custom functions (#1772) 2021-04-16 16:17:00 -07:00
functions_test.go JMESPath custom functions (#1772) 2021-04-16 16:17:00 -07:00
new.go JMESPath custom functions (#1772) 2021-04-16 16:17:00 -07:00