-
- Downloads
Merge pull request #20368 from markdroth/xds_client
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
No related branches found
No related tags found
Showing
- BUILD 50 additions, 20 deletionsBUILD
- BUILD.gn 9 additions, 6 deletionsBUILD.gn
- CMakeLists.txt 8 additions, 6 deletionsCMakeLists.txt
- Makefile 9 additions, 7 deletionsMakefile
- build.yaml 35 additions, 17 deletionsbuild.yaml
- config.m4 5 additions, 3 deletionsconfig.m4
- config.w32 5 additions, 3 deletionsconfig.w32
- gRPC-Core.podspec 14 additions, 9 deletionsgRPC-Core.podspec
- grpc.gemspec 9 additions, 6 deletionsgrpc.gemspec
- grpc.gyp 8 additions, 6 deletionsgrpc.gyp
- package.xml 9 additions, 6 deletionspackage.xml
- src/core/ext/filters/client_channel/lb_policy/xds/xds.cc 106 additions, 1266 deletionssrc/core/ext/filters/client_channel/lb_policy/xds/xds.cc
- src/core/ext/filters/client_channel/lb_policy/xds/xds.h 2 additions, 5 deletionssrc/core/ext/filters/client_channel/lb_policy/xds/xds.h
- src/core/ext/filters/client_channel/xds/xds_api.cc 2 additions, 2 deletionssrc/core/ext/filters/client_channel/xds/xds_api.cc
- src/core/ext/filters/client_channel/xds/xds_api.h 14 additions, 8 deletionssrc/core/ext/filters/client_channel/xds/xds_api.h
- src/core/ext/filters/client_channel/xds/xds_channel.cc 4 additions, 4 deletionssrc/core/ext/filters/client_channel/xds/xds_channel.cc
- src/core/ext/filters/client_channel/xds/xds_channel.h 6 additions, 6 deletionssrc/core/ext/filters/client_channel/xds/xds_channel.h
- src/core/ext/filters/client_channel/xds/xds_channel_args.h 26 additions, 0 deletionssrc/core/ext/filters/client_channel/xds/xds_channel_args.h
- src/core/ext/filters/client_channel/xds/xds_channel_secure.cc 5 additions, 5 deletions...core/ext/filters/client_channel/xds/xds_channel_secure.cc
- src/core/ext/filters/client_channel/xds/xds_client.cc 1305 additions, 0 deletionssrc/core/ext/filters/client_channel/xds/xds_client.cc
Loading
Please register or sign in to comment