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.
Enabled the multiple domains support on an inference service (kserve#…
…3615) * Added the field AdditionalIngressDomains into the struct IngressConfig Signed-off-by: Vincent Hou <[email protected]> * Added the additional ingress domains into the hosts Signed-off-by: Vincent Hou <[email protected]> * Fixed the indentation Signed-off-by: Vincent Hou <[email protected]> * Added isvc name and namespace into the domain name * Added the validation for the URLs Signed-off-by: Vincent Hou <[email protected]> * Validate the domain in the additionalIngressDomains Signed-off-by: Vincent Hou <[email protected]> * Create the hosts from the list of additionalIngressDomains Signed-off-by: Vincent Hou <[email protected]> * Change the way to validate the host Signed-off-by: Vincent Hou <[email protected]> * Change the validation error message Signed-off-by: Vincent Hou <[email protected]> * Revert the name to url Signed-off-by: Vincent Hou <[email protected]> * Get all the available domain list Signed-off-by: Vincent Hou <[email protected]> * gofmt -s -w the file Signed-off-by: Vincent Hou <[email protected]> * Add additionalIngressDomains into the charts Signed-off-by: Vincent Hou <[email protected]> * Added the comments and refactor the tests Signed-off-by: Vincent Hou <[email protected]> * Regenerate the manifests Signed-off-by: Vincent Hou <[email protected]> * Modify createHTTPMatchRequest, the charts and the test cases Signed-off-by: Vincent Hou <[email protected]> * Run make generate Signed-off-by: Vincent Hou <[email protected]> --------- Signed-off-by: Vincent Hou <[email protected]>
- Loading branch information
1 parent
f717e12
commit 36a3e6d
Showing
15 changed files
with
601 additions
and
80 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.