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

feat: Combine resource events created,updated,notmodified. #293

Merged
merged 1 commit into from Sep 20, 2021

Commits on Sep 20, 2021

  1. feat: Combine resource events created,updated,notmodified.

    This closes #292.
    
    BREAKING CHANGE: This removes the separat methods
    for "created", "updated", and "not modified" events.
    Those events are combined into one event "reconcile".
    According to https://en.wikipedia.org/wiki/Control_loop,
    this is considered good practice. To migrate, remove
    all references to the mentioned events and replace
    them with one call to "reconcileasync".
    
    Signed-off-by: Christoph Bühler <cbuehler@rootd.ch>
    buehler committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5a45aba View commit details
    Browse the repository at this point in the history