Skip to content

Remove getEventSource() method from Event class ? #469

Closed
@lburgazzoli

Description

@lburgazzoli

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions