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

Allow whitelist and blacklist of namespaces #105

Open
ede-n opened this issue Aug 24, 2021 · 0 comments
Open

Allow whitelist and blacklist of namespaces #105

ede-n opened this issue Aug 24, 2021 · 0 comments

Comments

@ede-n
Copy link

ede-n commented Aug 24, 2021

Thanks for putting this repository together, we have been using it extensively and came across a use case for which we need to whitelist a few namespaces.

Here I propose to introduce two new arguments

  • --include-namespaces: a subset of namespaces to process, if empty processes all namespaces.
  • --exclude-namespaces: a subset of namespaces to exclude from processing.
    In this implementation I do not except both the arguments to be provided for the same invocation. If both the arguments are provided, only inclusion list is used for processing, exclusion list is ignored.

I created a PR for the same #104. Thanks.

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

No branches or pull requests

1 participant