kubernetes / client-go

Go client for Kubernetes.
Apache License 2.0
8.78k stars 2.9k forks source link

Jsonpath impl does not support left match regex #1344

Closed rotty3000 closed 3 months ago

rotty3000 commented 3 months ago

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

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