cnquery
cnquery copied to clipboard
Try to support nested all queries
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