-
Notifications
You must be signed in to change notification settings - Fork 29
Add client for FunctionMesh #473
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
|
@tpiperatgod:Thanks for your contribution. For this PR, do we need to update docs? |
|
@tpiperatgod:Thanks for providing doc info! |
|
what is this used for? |
This PR can help us to invoke the native API of FunctionMesh in some CLI tools or other projects |
nlu90
left a comment
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.
The package path is changed.
Could you elaborate the reasoning and check if this is a broken change?
Signed-off-by: laminar <tpiperatgod@gmail.com>
Signed-off-by: laminar <tpiperatgod@gmail.com>
Signed-off-by: laminar <tpiperatgod@gmail.com>
done |
(If this PR fixes a github issue, please add
Fixes #<xyz>.)Fixes #470
(or if this PR is one task of a github issue, please add
Master Issue: #<xyz>to link to the master issue.)Master Issue: #
Motivation
Add Go client API to FunctionMesh
Modifications
hack/update-codegen.shto automatically generate the clientsetapi/generateddirectory which contains the clientset filesapi/v1alpha1toapi/compute/v1alpha1Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation
Check the box below.
Need to update docs?
doc-required(If you need help on updating docs, create a doc issue)
no-need-doc(Please explain why)
doc(If this PR contains doc changes)