-
Notifications
You must be signed in to change notification settings - Fork 43
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
Generate CodeFlare API client #133
Generate CodeFlare API client #133
Conversation
/assign @anishasthana |
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
The make commands are running for me locally. Not sure how to debug further than this.
The proof PR #136 exercises the generated client. e.g.: I think that's a good way to validate it works. WDYT? |
That's reasonable to me! |
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: anishasthana, z103cb 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 |
This PR generates the CodeFlare client using k8s code-generator.
This client will ease the development of e2e tests, and may eventually be used externally.
The change in the the API directory structure is to accommodate tooling conventions.