-
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
Event Registry #1105
Event Registry #1105
Conversation
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
Removing check for corev1.Service ready. Removing grant's great design. Just making it simpler for now.
Adding wait time constant for default broker creation.
/test pull-knative-eventing-integration-tests |
/test pull-knative-eventing-integration-tests |
/retest |
Just saw you made the change to watch the broker :) Was going to suggest that, so great!!! Please remove the TODO, should watch for Broker changes as well... from the description. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nachocano, vaikas-google 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 |
The following is the coverage report on pkg/.
|
first step towards #929
Proposed Changes
Release Note