--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 a given invocation. If both the arguments are provided, only inclusion list is used for processing, exclusion list is ignored.
Introduces 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 a given invocation. If both the arguments are provided, only inclusion list is used for processing, exclusion list is ignored.