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

feat: add support for --all-namespaces (-A) #50

Merged
merged 4 commits into from
Feb 5, 2024

Conversation

vishal-chdhry
Copy link
Member

Add support for fetching reports from all namespaces

❯ kubectl get polr -A
NAMESPACE   NAME                                   KIND   NAME                       PASS   FAIL   WARN   ERROR   SKIP   AGE
default     02e2ee18-8b4a-4196-99c3-d480468dfb92   Pod    signed-by-someone-else     0      1      0      0       0      10m28s
kyverno     test                                   Pod    test-pod                   1      0      0      0       0      8m56s
kyverno     aec3e0a6-cd38-436d-9aff-62c26b5bf04b   Pod    signed-by-someone-else     0      1      0      0       0      1m47s
default     08d9dcb5-dea7-4fad-bbc8-e6b973089459   Pod    unsigned                   0      1      0      0       0      10m28s
kyverno     2689aea5-f53d-4585-b238-1ac88d110b7b   Pod    unsigned                   0      1      0      0       0      1m46s
kyverno     1e241072-9d31-4fec-9139-c4f1f4e4631e   Pod    signed-by-someone-else-1   0      1      0      0       0      1m0s
kyverno     84cfd9ba-621c-442a-a01b-494f6ef6516e   Pod    unsigned-1                 0      1      0      0       0      1m0s

@vishal-chdhry vishal-chdhry changed the title feat: add support for all namespaces feat: add support for --all-namespaces (-A) Feb 2, 2024
Signed-off-by: Vishal Choudhary <[email protected]>
@vishal-chdhry vishal-chdhry enabled auto-merge (squash) February 5, 2024 05:27
@vishal-chdhry vishal-chdhry merged commit 37729fb into main Feb 5, 2024
7 checks passed
@vishal-chdhry vishal-chdhry deleted the add-all-ns-support branch February 5, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants