botkube
botkube copied to clipboard
Refactor the Namespace config to simplify usage
Overview
Refactor the Namespace config to simplify usage.
Acceptance Criteria
- [ ] change
include/ignoretoinclude/exclude - [ ] support regex in both cases (include/exclude)
- [ ] remove the
allkeyword. We will have regex forinclude, so*will match all namespaces. - [ ] add validation to print warning when
includematches all namespaces but on the list there are more items. Because in this case, we will match all Namespaces anyway. - [ ] Update documentation
Reason
See epic https://github.com/kubeshop/botkube/issues/596