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
- Ports predicates for handling paused annotations on resources from cluster-api-provider-aws
- Includes logging of predicate handling (level v4)
- Adds predicatee helpers for:
- Aggregating predicates
- adding a Watch to a controller for triggering updates on Cluster.Spec.Paused transitioning to false
- Includes logging for predicate handling (level v4)
- Avoids triggering events for Delete/Generic events
- adding a Watch to a controller for triggering updates on both Cluster.Spec.Paused and Cluster.Status.InfrastructureReady
- Includes logging for predicate handling (level v4)
- Avoids triggering events for Delete/Generic events
- Ensures that controllers get prompt updates for Cluster.Status.InfrastructureReady becoming true where needed
- Updates in-tree controllers to standardize on the use of the above helpers
- Unifies other aspects of paused handling among in-tree controllers
0 commit comments