forked from grpc/grpc-java
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xds: Rename parseCluster() back to processCluster() for consistency
This is to keep names of the top-level process* functions called from handle*Response functions, and returning *Update resources consistent: - `handleLdsResponse()` -> `LdsUpdate processClientSideListener()` `LdsUpdate processServerSideListener()` - `handleCdsResponse()` -> `CdsUpdate processCluster()` - `handleRdsResponse()` -> `RdsUpdate processRouteConfiguration()` - `handleEdsResponse()` -> `EdsUpdate processClusterLoadAssignment()` For some reason, processCluster() was renamed to parseCluster() in fa4b980.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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