fix: Change wrong log level in cluster.go openAPISchema, gvkParser#430
fix: Change wrong log level in cluster.go openAPISchema, gvkParser#430leoluz merged 3 commits intoargoproj:masterfrom dllegru:425_error_creating_gvk_parser
Conversation
|
@dllegru The reason why I added the log as We need to define and implement this method. Would you be willing to go ahead and update your PR with this implementation? |
I'm sorry @leoluz but my current experience with Golang at the moment is close to 0, so can't help much further at this stage. |
|
@dllegru No problem.. I dug a bit and realized that the problem is actually caused by the library we use that doesn't provide a log.Warning method. |
|
Hi @leoluz, thanks for digging into it and sharing the documentation, it's very insightftul. It seems the problem is in using string format var |
leoluz
left a comment
There was a problem hiding this comment.
Please take a look at the change suggestions to fix the build.
Codecov Report
@@ Coverage Diff @@
## master #430 +/- ##
=======================================
Coverage 54.42% 54.42%
=======================================
Files 41 41
Lines 3107 3107
=======================================
Hits 1691 1691
Misses 1249 1249
Partials 167 167
Continue to review full report at Codecov.
|
|
CI/Test job is now passing. Thank you. |
Fixes #423 Signed-off-by: Daniel Urgell <urgell.d@gmail.com>
Signed-off-by: Daniel Urgell <urgell.d@gmail.com>
Signed-off-by: Daniel Urgell <urgell.d@gmail.com>
|
Kudos, SonarCloud Quality Gate passed!
|
Many thanks to you @leoluz! I think finally all looks good now! 🥳 |








Fixes #425
Change wrong log level from
ErrortoWarning.