-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Rename CRD file to reflect all KServe CRDs (Fixes #4396) #4494
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
/lgtm |
Signed-off-by: barkie <barkie.huang@gmail.com>
d2f7309
to
1d5e121
Compare
@WHITE-ICE-BOX The name need to be changed in the makefile as well. |
/hold |
@sivanantha321 Thanks for pointing that out! I’ll update the Makefile references and push the fix shortly. Much appreciated! 🙏 |
Signed-off-by: barkie <barkie.huang@gmail.com>
c4fff5f
to
6d606ac
Compare
Hi @sivanantha321 @yuzisun , |
/unhold |
Thanks for the contribution ! |
What this PR does / why we need it:
This PR renames the following test CRD file:
test/crds/serving.kserve.io_inferenceservices.yaml
→
test/crds/serving.kserve.io_all_crds.yaml
The original file contains all CRDs used in KServe (including InferenceService, ClusterServingRuntime, InferenceGraph, etc.), not just InferenceService.
Renaming helps avoid confusion and improves clarity.
No functional changes are made.
Which issue(s) this PR fixes:
Fixes #4396
Type of changes
Feature/Issue validation/testing:
Manually verified that only filename was changed, contents remain identical.
git diff
shows no changes other than file rename.Logs