-
Notifications
You must be signed in to change notification settings - Fork 263
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
"Faas" scenario — create a trigger alongside its source. #593
Conversation
The following is the coverage report on the affected files.
|
@sixolet: The following test 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. |
@sixolet Is this PR ready for a review or would make it sense to review it later when more tasks from the list above are implemented ? |
It's still WIP
… On Jan 7, 2020, at 2:59 AM, Roland Huß ***@***.***> wrote:
@sixolet Is this PR ready for a review or would make it sense to review it later when more tasks from the list above are implemented ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maximilien, sixolet 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 |
You also need to rebase. Best. |
@sixolet: PR needs rebase. 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. |
@sixolet where do we stand with this PR ? Do you want to continue to work on this "FaaS" direction now replaced the direction the Functions WG is heading to ? |
@sixolet This PR needs probably a lot of love to be aligned with the main branch, so it's probably better to start afresh. If you don't mind and if you don't have any objections until next Tuesday, I would close the PR then. |
Closing, for now, feel free to reopen in case. |
This only so far handles the non-plugin source creation, but it's a start.
NB: based on #574 — MERGE THAT FIRST then rebase -i.
To do in this PR before merging:
ceOverrides.knsourcetrigger
/filter.knsourcetrigger
matching attributes to both source and trigger.--async
flag, and do an appropriate wait for readiness (ignore unready due to dependency not yet present)To do outside this PR:
ceOverrides
setting in sourcesFixes #498