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

Scan all namespaces #11

Closed
Boomatang opened this issue Feb 6, 2025 · 0 comments · Fixed by #26
Closed

Scan all namespaces #11

Boomatang opened this issue Feb 6, 2025 · 0 comments · Fixed by #26

Comments

@Boomatang
Copy link
Owner

It would be good to have a flag to get all the resources from all the namespace that the user has access to.
Currently, only one namespace is allowed.

Currently, the namespace is a positional argument and in this change that would need to change.
This means adding two new flags for need to be added.

  • -A & --all-namespaces as a boolean to scan the all namespaces.
  • -n & --namespace for setting the namespace for the scan.

This does mean the removal of the positional argument will be removed.
This is a breaking change

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 a pull request may close this issue.

1 participant