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

Normalize reconciler name #231

Merged
merged 2 commits into from May 9, 2022
Merged

Normalize reconciler name #231

merged 2 commits into from May 9, 2022

Commits on May 9, 2022

  1. Normalize reconciler name

    All (sub)reconcilers now have a name field. The name will be defaulted
    during as part of setup if not defined. While name should ideally be
    unique, the default names likely won't be.
    
    The name of each reconciler is added to the logger as its name. There
    were a couple places during setup where the reconciler name was
    defaulted after being added to the logger, these have been corrected.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 9, 2022
    Copy the full SHA
    a129b98 View commit details
    Browse the repository at this point in the history
  2. and Sequence

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 9, 2022
    Copy the full SHA
    eccd58d View commit details
    Browse the repository at this point in the history