cnquery icon indicating copy to clipboard operation
cnquery copied to clipboard

Try to support nested all queries

Open jaym opened this issue 7 months ago • 1 comments

As an example query, this should work now:

k8s.deployments.all(containers.all(name == 'kube-rbac-proxy'))

The containers should only show containers not matching kube-rbac-proxy in the results

However, list resources do not work. There is some other bug that makes it so those don't display anything. There are errors in the result because somewhere a type does not get set. I have not been able to track down this issue so for now those get filtered out

jaym avatar Jul 17 '24 19:07 jaym