forked from openservicemesh/osm
-
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.
endpoints: don't filter service endpoints in permissive mode
Currently, permissive mode bypasses EDS and uses Envoy's OriginalDestination cluster for service discovery. As a part of implementing support for TrafficSplit in permissive mode, permissive mode will also leverage EDS for endpoint discovery. The existing API leveraged by EDS to discover the endpoints of a service are not usable for permissive mode, so this change adds support for the same. This change also renames the function for clarity and removes an implicit comment. Required by openservicemesh#4052 and openservicemesh#2527. Signed-off-by: Shashank Ram <shashr2204@gmail.com>
- Loading branch information
1 parent
2d7f62b
commit 898e8ff
Showing
5 changed files
with
73 additions
and
22 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
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