Closed matzew closed 8 months ago
/assign
@matzew I would like to solve this issue, can I start work on this ?
@karthikmurali60 I'd start here: https://github.com/knative/eventing/blob/16d75a9807031432828cba975fe77b9f9cb7a45f/pkg/apis/eventing/v1beta2/eventtype_types.go#L67-L69
However, this will likely be a change in v1beta3
, not an update to the existing v1beta2
, right @matzew ?
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
This will be fixed as part of v1beta3 #7265
Describe the bug The
EventTypeSpec
has thesource
as optional:But since this represents metadata of the CloudEvent spec, this is wrong, since the spec demands a
source
attribute to be there:Expected behavior
I'd expect it is not optional
Additional context
Wit the planned changes to be more CloudEvent spec matching, let's change this behavior. Related issue: https://github.com/knative/eventing/issues/7265