-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: support multi hosts in vs (#5430)
* Update controller_utils.go add GetAnnotations() to support multi hosts * Update istio.go add env ANNOTATION_ISTIO_HOST_SEPARATOR to support multi hosts * Update seldondeployment_controller.go Update controller to support multi hosts * Update seldondeployment_explainers.go Update explianer to support multi hosts * Update istio.go Remove seperator defination * Update controller_utils.go Rename GetAnnotation to HostsFromAnnotation, and remove the redundant logic * Update seldondeployment_explainers.go * Update seldondeployment_controller.go * Update operator/controllers/seldondeployment_controller.go * add test and trimp whitespaces --------- Co-authored-by: Rafal Skolasinski <r.j.skolasinski@gmail.com>
- Loading branch information
1 parent
39d7103
commit c9ee03b
Showing
4 changed files
with
86 additions
and
3 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