Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to support nested all queries #4360

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Try to support nested all queries #4360

wants to merge 1 commit into from

Commits on Jul 17, 2024

  1. 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
    jaym committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6e2d7b1 View commit details
    Browse the repository at this point in the history