-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Registry - Proposal / Initial Version #977
Conversation
Broker unit tests.
Trigger filters on event source and type
spec is immutable.
…dType. Add unit tests for the filter binary.
Rename Trigger.Spec.Filter.ExactMatch to Trigger.Spec.Filter.SourceAndType. Add unit tests for the filter binary.
With this we allow to reconcile only the triggers that belong to the particular broker that changed
Reconcile Triggers on Broker changes.
Trigger controller UTs
…eAccount and RBAC. Sadly this doesn't work well because we have such an old version of controller-runtime that the Filter ends up trying to watch _all_ Triggers, not just those in its namespace. And it only gets permission for the Triggers in its own namespace.
Should be implemented
Broker and trigger types UTs
# Conflicts: # cmd/broker/ingress/main.go
# Conflicts: # Gopkg.lock
/retest |
1 similar comment
/retest |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nachocano If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
# Conflicts: # cmd/controller/main.go # pkg/reconciler/v1alpha1/namespace/namespace.go # pkg/reconciler/v1alpha1/namespace/namespace_test.go
@nachocano: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The following is the coverage report on pkg/.
|
Signed-off-by: Matthias Wessendorf <[email protected]>
Co-authored-by: serverless-qe <[email protected]>
First cut for the Registry feature request: #929
Proposed Changes
Release Note