-
Notifications
You must be signed in to change notification settings - Fork 394
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
⚠️ Consolidate API and client into single module/package #2894
Conversation
Skipping CI for Draft Pull Request. |
7cbc8e9
to
81d02e6
Compare
/retest |
github.com/google/go-cmp v0.5.5 | ||
github.com/kcp-dev/kcp/pkg/apis v0.10.1-0.20230123155139-7b3126cbf96c | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/kcp-dev/kcp/pkg/apis v0.11.0 |
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.
This will need to be follow-up to move to new SDK modules once we tag it
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc 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 |
/retest |
/retest github is having a bad bad day |
It's our CI env's DNS. Not sure if they've fixed it yet. |
/retest |
/lgtm |
Summary
Migrate client and apis into single module
sdk
Change all imports and generators to use SDK for generated content
TODO:
Related issue(s)
Fixes #2892