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
Add Device watch to controllers for Paused field changes
Add watches on Device resources to all controllers that use
annotations.IsPaused to trigger reconciliation when a Device's Paused
spec field changes. This ensures resources are re-reconciled when their
parent Device is paused or unpaused.
Each controller now:
- Watches Device create/delete events (default behavior)
- Watches Device update events only when Spec.Paused changes
- Ignores Generic events for Device watches
- Uses deviceTo* map functions to find associated resources by label
0 commit comments