-
Notifications
You must be signed in to change notification settings - Fork 225
Delete moved ContainerSource from eventing-sources. #371
Delete moved ContainerSource from eventing-sources. #371
Conversation
Samples will be moved as a follow-up. |
Related to knative/docs#1235 |
/retest |
Please also update Docs in knative/docs to reflect this. Those samples will also need to change. |
that work is being tracked here: knative/docs#1235 |
error:
Will fix. |
Fixed. |
/retest |
@@ -34,12 +33,20 @@ rules: | |||
- patch | |||
- delete | |||
|
|||
# ContainerSource from eventing |
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.
Why do we need this?
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.
Because there are sources that are built ontop of the ContainerSource, this allows things like the current K8s source to make ContainerSources
@@ -65,7 +65,7 @@ func init() { | |||
v1.AddToScheme(scheme.Scheme) | |||
corev1.AddToScheme(scheme.Scheme) | |||
sourcesv1alpha1.SchemeBuilder.AddToScheme(scheme.Scheme) | |||
genericv1alpha1.SchemeBuilder.AddToScheme(scheme.Scheme) | |||
eventingsourcesv1alpha1.SchemeBuilder.AddToScheme(scheme.Scheme) |
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.
why not just use aws here and kafka in aws so we don't have to pull in eventingsources, or is there another reason for it?
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.
it needs ContainerSource from eventing
I wonder... I bet this needs to install the latest version of eventing, but I bet it is installing the latest release.... |
/retest |
it is installing the latest nightly release. |
/retest |
1 similar comment
/retest |
looks like it is back to the same error message. /retest |
I think the there is an issue with the upstream container source. Let me go fix... |
Verified it works in eventing. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: n3wscott, 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 |
Follow-up to knative/eventing#1099
Proposed Changes
Release Note