APIServerSource EventTypes created once per namespace, not per source #7895
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Issues which should be fixed (post-triage)
Describe the bug
When there are more than one APIServerSource deployed to the same namespace, it seems like the eventtypes which are created by the duck reconciler only show up for one of the sources.
Expected behavior
Each APIServerSource should create 3 eventtypes, regardless of whether or not there already is an APIServerSource in the same namespace
To Reproduce
To reproduce, run:
This test creates three APIServerSources in one namespace, so you would expect to get 9 eventtypes created (each source creates 3). However, only one set of eventtypes is created.
Knative release version
Additional context
Add any other context about the problem here such as proposed priority
The text was updated successfully, but these errors were encountered: