-
Notifications
You must be signed in to change notification settings - Fork 292
Able to use project components as golang library #718
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
Conversation
Hi @yxxhero |
@mumoshu @databus23 WDYT? thanks so much. |
LGTM |
@dmvolod all is good. could you squash your commits and signoff your commits? then I will merge this PR. |
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
please signoff your commit |
Signed-off-by: Dmitry Volodin <[email protected]>
Done. |
When will this be part of the next release? |
@abhijith-darshan today. |
@abhijith-darshan released. and need feedbacks. |
This PR moves manifests generate related code from the
cmd
package to themanifest
and make Generate manifests function public.fixes #717