-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add example converter for conversion of singleton lists to embedded objects #397
Conversation
48c41b2
to
376b8e7
Compare
…o embedded object Signed-off-by: Sergen Yalçın <[email protected]>
376b8e7
to
0b73a9f
Compare
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.
Thank you @sergenyalcin, left some comments for you to consider. One further point is that I feel like this conversion utility better belongs to the pkg/examples
package, which contains the example manifest generation pipeline (or a subpackage of it, like pkg/examples/conversion
or similar). What do you think?
Signed-off-by: Sergen Yalçın <[email protected]>
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.
Thank you @sergenyalcin, lgtm.
Description of your changes
Depends on #387
This PR adds an example converter library for conversion of singleton lists to embedded objects.
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Tested locally against to provider-gcp.