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

handler,predicate: pause object reconciliation by annotation #60

Merged
merged 2 commits into from
Jul 23, 2021
Merged

Commits on Jul 20, 2021

  1. handler,predicate: add NewPause(key) to pause a controller

    by event handler or predicate via an annotation with key
    string key, respectively
    
    internal/annotation: add generic library for creating
    predicates and event handlers for arbitrary annotation keys
    
    Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
    estroz committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    35d901b View commit details
    Browse the repository at this point in the history
  2. handler: create test registry for instrumented handler

    Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
    estroz committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    2d1aa8c View commit details
    Browse the repository at this point in the history