-
Notifications
You must be signed in to change notification settings - Fork 136
feat: Change epp and conformance to use v1 type InferencePool #1118
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: Change epp and conformance to use v1 type InferencePool #1118
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. |
This PR is based on #1116 |
/assign @robscott |
Not ready to review until #1116 is merged |
/ok-to-test |
/retest |
/approve Lets keep the hold until we finish the v0.5 rollout, but looks great otherwise! Thanks Xiyue! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: capri-xiyue, kfswain 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 |
/unhold |
/hold until #1116 get merged |
/lgtm |
Thanks @capri-xiyue! /lgtm |
/unhold |
…etes-sigs#1118) * rename x-k8s to apix and add v1 InferencePool to api/v1 * changed epp and conformance test to support v1 * fixed duplicate import * changed docker file * updated docker file * fixed naming collision * added fake approved annotation * try to fix unit tests * fixed typo * added annotation * fixed annotation * fixed integration test * fixed e2e test * change manifests * added rbac * 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 * tried all alias * push local changes * changed inferencepoollist not to use v1.InferencePoolList * changed comments * fixed presubmit * change to v1 ip * revert to corev1 objectreference * revert back to corev1 objectreference * change crd * remove crd * manually add x-k8s.io inferencepool * revert crd * revert to workable version * Revert "added rbac" This reverts commit c01cbc8. * run generator * re-run generate * revert to workable * revert to workable version * fixed test * test * revert it back to originall 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]> * changed unused code * fixed pipeline: * fixed missing dependecny update * updated missing dependency * fixed imports * fixed change * fixed format * merge to v1-inferencepool * fixed integration test * fixed import * change to install scheme * fixed import * change back to main image * fixed import issue * fixed format --------- Signed-off-by: Xiyue Yu <[email protected]> Co-authored-by: Rob Scott <[email protected]>
Change epp and conformance to use v1 type InferencePool