-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Source migrations #2275
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
Source migrations #2275
Conversation
|
/cc @samodell |
abrennan89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some review comments @matzew
|
like said on knative #eventing-sources channel, I started with this, and
will add ContainerSource-> SinkBinding tomorrow ;-)
On Thu 5. Mar 2020 at 19:03, Ashleigh Brennan ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/eventing/migration/README.md
<#2275 (comment)>:
> @@ -0,0 +1,2 @@
+Knative Eventing in version 0.13 does deprecate a few resources. This document provides a collection of migration examples:
Is PingSource the only thing deprecated for 0.13?
If so, we should instead just make this a section for "Migrating CronJobs
to PingSource" under Eventing - it will be easier for readers to find what
they're looking for. We can always expand things later if there are other
migrations required.
WDYT @mattmoor <https://github.com/mattmoor> @carieshmarie
<https://github.com/carieshmarie> ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2275?email_source=notifications&email_token=AABGPTXYEJTLJBP6JOY73N3RF7SORA5CNFSM4LCOZAR2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCYFJV7Y#pullrequestreview-369793791>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGPTWMNB5X3OBYPUOEGRTRF7SORANCNFSM4LCOZARQ>
.
--
Sent from Gmail Mobile
|
will address them - thanks for looking. I guess I will just update this PR tomorrow and than also add the other migration |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
docs/eventing/migration/ping.md
Outdated
| jsonData: '{"message": "Hello world!"}' | ||
| sink: | ||
| ref: | ||
| apiVersion: serving.knative.dev/v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indent is wrong here
|
/cc @n3wscott |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
This PR needs a better title |
| metadata: | ||
| name: ping-source | ||
| spec: | ||
| schedule: "* * * * *" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can drop this, it is * * * * * by default now in v1alpha2.
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abrennan89, evankanderson, matzew 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 |
* some first migration * Addressing comment from Ashleigh's review * Adding SinkBinding migration doc Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * fix the ko:// by removing... * Addressing feedback Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Source migrations (#2275) * some first migration * Addressing comment from Ashleigh's review * Adding SinkBinding migration doc Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * fix the ko:// by removing... * Addressing feedback Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * 💄 adding the SinkBinding bits to the index file as well... (#2297) Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
Proposed Changes
PingSourceSinkBinding