Closed
Description
Currently, relationship.Capturer is used to determine if we need to process EndpointSlice resources
Because the Graph is a state of the Gateway API and relevant cluster resources, use it as a source to determine relevant EndpointSlice resources, rather than a separate component. This will avoid having duplicated logic to track relationship and make the Graph the source of truth.
Acceptance criteria:
- Use the Graph instead of relationship.Capturer for EndpointSlice resources.