-
Notifications
You must be signed in to change notification settings - Fork 65
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
make NSTemplateTier generator generic & move to common #1006
make NSTemplateTier generator generic & move to common #1006
Conversation
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.
Great Job 👍
I like how the new nstemplatetiers.GenerateTiers
function looks, only nit is that the client needs to depend on a couple of packages potentially:
- the new
nstemplatetiers
- the
commonclient
Do you see other implementations of the ensureObject
function or maybe we could embed that in the nstemplatetiers.GenerateTiers
function ?
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, fbm3307, MatousJobanek, mfrancisc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Quality Gate passedIssues Measures |
/retest |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1006 +/- ##
==========================================
- Coverage 84.87% 84.62% -0.26%
==========================================
Files 55 55
Lines 5066 4852 -214
==========================================
- Hits 4300 4106 -194
+ Misses 583 573 -10
+ Partials 183 173 -10
|
c0d5f3c
into
codeready-toolchain:master
depends on codeready-toolchain/toolchain-common#381
nstemplatetier_generator.go
into toolchain-commonGenerateTiers
functionKUBESAW-59