grpc/tools
Mark D. Roth cbe2855866
XdsClient: move resource type parsing out of XdsApi (#28151)
* introduce XdsResourceType API and change Listener parsing to use it

* converted RouteConfig parsing

* convert cluster and endpoint parsing

* cleanup

* clang-format

* attempt to work around compiler problems

* move XdsResourceType to its own file, and move endpoint code out of XdsApi

* move cluster parsing to its own file

* move route config parsing to its own file

* move listener parsing to its own file

* clang-format

* minor cleanup

* remove comment

* add missing virtual dtor
2021-12-03 08:19:54 -08:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen google/api/... (#27928) 2021-11-30 21:36:34 -08:00
codegen/core Move some integer based metadata to the new system (#28198) 2021-12-02 22:02:56 -08:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Big dockerimage cleanup (#28010) 2021-12-01 12:56:26 +01:00
dockerfile Added virtualenv to ruby and php73 docker for psm (#28263) 2021-12-02 15:06:11 -08:00
doxygen XdsClient: move resource type parsing out of XdsApi (#28151) 2021-12-03 08:19:54 -08:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp/utils Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci Explicitly use python3 virtualenv in Ruby and PHP xDS interop setup scripts (#28255) 2021-12-02 16:10:39 -08:00
interop_matrix add 1.42.0 to interop matrix (#28261) 2021-12-02 14:51:27 -08:00
mkowners Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Remove bm_metadata (#28219) 2021-11-29 13:40:26 -08:00
release Fix python 3 encoding issues in release notes script (#28002) 2021-11-10 15:45:44 -08:00
remote_build Upgrade bazel to 4.2.1 (LTS), upgrade bazel toolchain to 4.1.0 (#27410) 2021-09-23 16:20:25 +02:00
run_tests Move some integer based metadata to the new system (#28198) 2021-12-02 22:02:56 -08:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel Bazel distribtest fixes (#27515) 2021-10-08 03:57:38 -07:00
bazel.rc Update fuzzer infrastructure for developers a little (#27403) 2021-09-20 08:39:52 -07:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.