-
Notifications
You must be signed in to change notification settings - Fork 178
feat: move x-k8s to apix and add v1 InferencePool to api/v1 #1116
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
feat: move x-k8s to apix and add v1 InferencePool to api/v1 #1116
Conversation
Hi @capri-xiyue. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/assign @robscott |
It's ready for review. I added DO-NOT-MERGE because this PR should be merged in v1 branch |
Change the base to be |
/hold Adding this label until we have confirmation that we can merge this PR without sig-net approval (or getting sig-net approval) |
/ok-to-test |
/retest |
/retest |
/retest |
/retest |
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.
Thanks @capri-xiyue!
/hold until v0.5 has been released.
This LGTM. It looks like all code within the EPP hasnt changed reference to the alpha version, so this PR is mostly just noise related to the code gen and new directories generated. RC 2 of v0.5 is cut, so this can potentially be merged, as we could just cherry pick fixes into the release branch. I'll approve and leave the decision to @robscott & @capri-xiyue. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: capri-xiyue, kfswain, robscott, zetxqx 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 |
The epp change is included in #1118, capri-xiyue#1 is a mirror. Once you finish the review of #1118 (capri-xiyue#1 ) we can merge them together. |
Signed-off-by: Xiyue Yu <[email protected]>
/lgtm |
@zetxqx: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/unhold |
/lgtm |
…es-sigs#1116) * rename x-k8s to apix and add v1 InferencePool to api/v1 * updated docker file * fixed naming collision * added fake approved annotation * try to fix unit tests * fixed typo * added annotation * fixed annotation * Update api/v1/inferencepool_types.go Co-authored-by: Rob Scott <[email protected]> * Apply suggestions from code review Co-authored-by: Rob Scott <[email protected]> * use v1 type in v1alpha2 * clean unused depdendency * fixed code generator error * revert back * merge bob's change * upadted code-gen * remove deep copy needs * use codegen * revert to workable version * re-run generate * revert to workable version * change to use v1alpha2 back * resolve merge conflicts * fixed typo * fixed typo * fixed pipeline * fixed boilerplate Signed-off-by: Xiyue Yu <[email protected]> * updated missing dependency * fixed change * fixed format * fixed import issue * fixed format --------- Signed-off-by: Xiyue Yu <[email protected]> Co-authored-by: Rob Scott <[email protected]>
inference.networking.x-k8s.io
resources from/api
to/apix
inference.networking.k8s.io
resources in/api