-
Notifications
You must be signed in to change notification settings - Fork 202
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
[main] ignore nested struct in AddConfigMapValues transformer #1848
[main] ignore nested struct in AddConfigMapValues transformer #1848
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
continue | ||
} | ||
|
||
if value := values.Field(i).String(); value != "" { |
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.
is this case handled ?
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.
@piyush-garg Sorry I have changed many thing on this PR. It should be WIP for now.
I am sorry for that. I will inform your when it is ready to review.
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.
@piyush-garg Now it is ready to review. can you please review the PR?
a27a8c8
to
fa7e224
Compare
The following is the coverage report on the affected files.
|
fa7e224
to
957c2d2
Compare
The following is the coverage report on the affected files.
|
957c2d2
to
b80d515
Compare
The following is the coverage report on the affected files.
|
Signed-off-by: Jeeva Kandasamy <[email protected]>
b80d515
to
6857650
Compare
The following is the coverage report on the affected files.
|
/lgtm |
Changes
nested struct
andmap
inAddConfigMapValues
transformerSubmitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lint
before submitting a PRSee the contribution guide for more details.
Release Notes