-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Refactor Tag: GenerateTag method and GenerateFQIN function #4496
Refactor Tag: GenerateTag method and GenerateFQIN function #4496
Conversation
…tion Generate FQIN
Codecov Report
@@ Coverage Diff @@
## master #4496 +/- ##
==========================================
+ Coverage 72.37% 72.40% +0.03%
==========================================
Files 333 334 +1
Lines 12944 12968 +24
==========================================
+ Hits 9368 9390 +22
- Misses 2980 2982 +2
Partials 596 596
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few nits but this looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you took care of the nits, and everything else looks good to me 👍🏼
Description
This is a non-functional change. Previously, taggers only had the option to generate the entire image name. This change provides a method for taggers to only generate the tag portion. This refactoring is in preparation for another change. This PR also addresses the comments left on #4480.
Follow-up Work (remove if N/A)
This refactoring is in preparation for the feature associated with issue #4371.
I plan to deprecate the usage of
{{.IMAGE_NAME}}
in theenvTemplate
tagger to improve its consistency with the other taggers.