kubernetes / client-go

Go client for Kubernetes.
Apache License 2.0
9.12k stars 2.95k forks source link

Jsonpath impl does not support left match regex #1344

Closed rotty3000 closed 7 months ago

rotty3000 commented 7 months ago

It would be really useful if jsonpath could filter by regex using =~, left matches regular expression.

e.g. [?(@.name =~ /foo.*?/i)]