Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: predicates with incremental informer #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KevFan
Copy link
Contributor

@KevFan KevFan commented Nov 29, 2024

Description

Closes: #39

Allows the controller runtime predicates to also work with the incremental informer running the predicates in the event handler functions before running the reconciliation action. If any predicate is false, then this event is skipped.

@KevFan KevFan added bug Something isn't working area/controller labels Nov 29, 2024
@KevFan KevFan self-assigned this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Watcher predicates only work with state-of-the-world
1 participant