Closed
Description
The definition of an Event is:
public interface Event {
@Deprecated
String getRelatedCustomResourceUid();
Predicate<CustomResource> getCustomResourcesSelector();
EventSource getEventSource();
}
Wonder if getEventSource()
could be removed as looking at the code, it is only used for a single test but it is never used internally.