-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List applying policies in InMemoryChannels status (#8011)
* List applying EventPolicies in InMemoryChannels status * Add & update integration tests * Reconcile IMC only on relevant EventPolicy changes * Only list ready EventPolicies in .status.policies * Make reason for not being ready a bit more speaking (NotReady -> EventPoliciesNotReady) * Make EventPolicy EventHandler generic * Move EventPolicyEventHandler to auth package * Refactor to use EventPolicy helper functions from reconciler/testing package * Add unit test for GetApplyingResourcesOfEventPolicyForGK * Fix linter issues * Match everything in namespace on empty .spec.to * GetApplyingResourcesOfEventPolicyForGK should return list of unique elements * Added very basic unit test for EventPolicyEventHandler
- Loading branch information
Showing
15 changed files
with
958 additions
and
25 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
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.