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

Conversation

scothis
Copy link
Contributor

@scothis scothis commented May 9, 2022

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

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>
Signed-off-by: Scott Andrews <andrewssc@vmware.com>
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #231 (a129b98) into main (da4c0ef) will decrease coverage by 0.33%.
The diff coverage is 28.57%.

❗ Current head a129b98 differs from pull request most recent head eccd58d. Consider uploading reports for the commit eccd58d to get more accurate results

@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
- Coverage   65.43%   65.10%   -0.34%     
==========================================
  Files           9        9              
  Lines        1030     1046      +16     
==========================================
+ Hits          674      681       +7     
- Misses        334      344      +10     
+ Partials       22       21       -1     
Impacted Files Coverage Δ
reconcilers/reconcilers.go 80.84% <28.57%> (-0.86%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da4c0ef...eccd58d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants