forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecation warnings for v1beta1 webhook and crd (kserve#1837)
* Initial commit of deprecarion changes * Updated apiextensions to v1 from v1beta1 * Added a script to fix issue with protocol default value. Updated CRD. * Updated manifests * Updated params, webhook manifest and conversion webhook. * Reverting test crds * Updated fieldpath typo in kustomization.yaml * Updated manifests. * Updated make file to exclude v1alpha2 package for make test Added a debug log, will be removed once debug is complete Made changes to test script to update kustomize Updated e2e script to properly install kustomize Updated kustomize version Fixed an issue with quick install Fixed an issue with paddle and canary rollout. * Remove the duplicated webhook configuration * Fixed issue with webhook manifest. Co-authored-by: Dan Sun <[email protected]>
- Loading branch information
Showing
13 changed files
with
304 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
domain: serving.kserve.io | ||
repo: github.com/kserve/kserve | ||
version: "2" | ||
version: "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.