-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRAFT: a NamespaceSelector controller
It uses one watch on Namespaces, and then handles the LabelSelector calculations locally. This lets it handle Include and Exclude nicely, and understand *exactly* when the namespace selection has actually changed (see the last 2 tests for behavior that is better in this implementation). It's still a little rough. The `NamespaceSelectorReconciler` might not make sense in the package that it's currently in.
- Loading branch information
1 parent
6e32ff4
commit 569765a
Showing
5 changed files
with
280 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.