You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
Often a controller is not interested in an update (e.g. just status change), and if it's expensive to resync we really don't want to be processing it.
Either Process should give us the old object and the new object, or we should have the option of giving a custom comparison function to ctrl so we only see interesting updates.
The text was updated successfully, but these errors were encountered:
Often a controller is not interested in an update (e.g. just status change), and if it's expensive to resync we really don't want to be processing it.
Either Process should give us the old object and the new object, or we should have the option of giving a custom comparison function to ctrl so we only see interesting updates.
The text was updated successfully, but these errors were encountered: