Kuadrant / policy-machinery

Machinery for implementing Gateway API policies
Apache License 2.0
8 stars 2 forks source link

[controller] Update events #24

Closed guicassolato closed 2 weeks ago

guicassolato commented 2 weeks ago

The reconcilers propagate update events as create ones.

This is because of missing info about previous state in the snapshot emitted by telepresenceio/watchable.

https://github.com/Kuadrant/policy-machinery/blob/e963418c9566a5e61acdd766c6109d3f0c147222/controller/controller.go#L270-L276