Right now, excluded namespaces work with a 1-1 mapping. That is, if Kubernetes namespace example-namespace is in the excluded namespaces configuration, example-namespace is excluded from any kubesweeper deletion.
This issue would make it such that users can put example-* as an excluded namespace, which would exclude all namespaces that begin with example-.
Right now, excluded namespaces work with a 1-1 mapping. That is, if Kubernetes namespace
example-namespaceis in the excluded namespaces configuration,example-namespaceis excluded from any kubesweeper deletion.This issue would make it such that users can put
example-*as an excluded namespace, which would exclude all namespaces that begin withexample-.