Imported Upstream version 1.38.0 upstream/1.38.0
authorJinWang An <jinwang.an@samsung.com>
Wed, 1 Dec 2021 08:53:20 +0000 (17:53 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 1 Dec 2021 08:53:20 +0000 (17:53 +0900)
commit4d0bc5f8c99f35d02356a8a7506b743d1cf126a6
tree019d41370da9b31fc76a34a54c93a1dc4f67eb00
parent71f640b484f7b64c4f023c2601b378b958144f9e
Imported Upstream version 1.38.0
821 files changed:
BUILD
BUILD.gn
CMakeLists.txt
Makefile
Package.swift
bazel/grpc_build_system.bzl
bazel/grpc_deps.bzl
build_autogenerated.yaml
build_config.rb
build_handwritten.yaml
cmake/modules/Findre2.cmake
config.m4
config.w32
doc/PROTOCOL-WEB.md
doc/core/grpc-error.md
doc/g_stands_for.md
doc/grpc_xds_features.md
doc/keepalive.md
doc/python/sphinx/grpc_admin.rst [new file with mode: 0644]
doc/python/sphinx/grpc_asyncio.rst
doc/python/sphinx/grpc_csds.rst [new file with mode: 0644]
doc/python/sphinx/index.rst
doc/service_config.md
doc/xds-test-descriptions.md
examples/cpp/helloworld/BUILD
examples/cpp/helloworld/xds_greeter_client.cc [new file with mode: 0644]
examples/cpp/helloworld/xds_greeter_server.cc [new file with mode: 0644]
examples/php/GPBMetadata/Helloworld.php [new file with mode: 0644]
examples/php/Helloworld/GreeterClient.php [new file with mode: 0644]
examples/php/Helloworld/GreeterStub.php [new file with mode: 0644]
examples/php/Helloworld/HelloReply.php [new file with mode: 0644]
examples/php/Helloworld/HelloRequest.php [new file with mode: 0644]
examples/php/README.md
examples/php/composer.json
examples/php/echo/composer.json
examples/php/greeter_and_routeguide_multi_server.php [new file with mode: 0644]
examples/php/greeter_proto_gen.sh
examples/php/greeter_server.php [new file with mode: 0644]
examples/php/route_guide/GPBMetadata/RouteGuide.php [new file with mode: 0644]
examples/php/route_guide/RouteGuideService.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/Feature.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/Point.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/Rectangle.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/RouteGuideClient.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/RouteGuideStub.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/RouteNote.php [new file with mode: 0644]
examples/php/route_guide/Routeguide/RouteSummary.php [new file with mode: 0644]
examples/php/route_guide/route_guide_db.json [new file with mode: 0644]
examples/php/route_guide/route_guide_proto_gen.sh
examples/php/route_guide/route_guide_server.php [new file with mode: 0644]
examples/python/xds/README.md
examples/python/xds/client.py
examples/python/xds/requirements.txt
examples/python/xds/server.py
gRPC-C++.podspec
gRPC-Core.podspec
gRPC-ProtoRPC.podspec
gRPC-RxLibrary.podspec
gRPC.podspec
grpc.gemspec
grpc.gyp
include/grpc/event_engine/README.md [new file with mode: 0644]
include/grpc/event_engine/channel_args.h [new file with mode: 0644]
include/grpc/event_engine/event_engine.h [new file with mode: 0644]
include/grpc/event_engine/port.h [new file with mode: 0644]
include/grpc/event_engine/slice_allocator.h [new file with mode: 0644]
include/grpc/grpc.h
include/grpc/grpc_security_constants.h
include/grpc/impl/codegen/grpc_types.h
include/grpc/impl/codegen/port_platform.h
include/grpc/module.modulemap
include/grpcpp/channel.h
include/grpcpp/generic/generic_stub.h
include/grpcpp/impl/codegen/client_context.h
include/grpcpp/impl/codegen/client_interceptor.h
include/grpcpp/impl/codegen/method_handler.h
include/grpcpp/impl/codegen/rpc_method.h
include/grpcpp/impl/codegen/stub_options.h
include/grpcpp/server.h
include/grpcpp/server_builder.h
include/grpcpp/test/mock_stream.h
include/grpcpp/xds_server_builder.h
package.xml
src/abseil-cpp/preprocessed_builds.yaml
src/boringssl/boringssl_prefix_symbols.h
src/compiler/cpp_generator.cc
src/compiler/php_generator.cc
src/compiler/php_generator.h
src/compiler/php_generator_helpers.h
src/compiler/php_plugin.cc
src/core/ext/filters/client_channel/backup_poller.cc
src/core/ext/filters/client_channel/channel_connectivity.cc
src/core/ext/filters/client_channel/client_channel.cc
src/core/ext/filters/client_channel/client_channel.h
src/core/ext/filters/client_channel/client_channel_channelz.h
src/core/ext/filters/client_channel/client_channel_plugin.cc
src/core/ext/filters/client_channel/config_selector.h
src/core/ext/filters/client_channel/connector.h
src/core/ext/filters/client_channel/dynamic_filters.cc
src/core/ext/filters/client_channel/dynamic_filters.h
src/core/ext/filters/client_channel/health/health_check_client.cc
src/core/ext/filters/client_channel/health/health_check_client.h
src/core/ext/filters/client_channel/http_connect_handshaker.cc
src/core/ext/filters/client_channel/lb_policy.cc
src/core/ext/filters/client_channel/lb_policy.h
src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
src/core/ext/filters/client_channel/lb_policy/priority/priority.cc
src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc
src/core/ext/filters/client_channel/lb_policy/xds/cds.cc
src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc
src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc
src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc
src/core/ext/filters/client_channel/lb_policy_factory.h
src/core/ext/filters/client_channel/lb_policy_registry.cc
src/core/ext/filters/client_channel/lb_policy_registry.h
src/core/ext/filters/client_channel/resolver.h
src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv.cc
src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc
src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc
src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc
src/core/ext/filters/client_channel/resolver_result_parsing.cc
src/core/ext/filters/client_channel/resolver_result_parsing.h
src/core/ext/filters/client_channel/retry_filter.cc [new file with mode: 0644]
src/core/ext/filters/client_channel/retry_filter.h [moved from test/core/util/eval_args_mock_endpoint.h with 56% similarity]
src/core/ext/filters/client_channel/retry_service_config.cc [new file with mode: 0644]
src/core/ext/filters/client_channel/retry_service_config.h [new file with mode: 0644]
src/core/ext/filters/client_channel/server_address.cc
src/core/ext/filters/client_channel/service_config.cc
src/core/ext/filters/client_channel/service_config.h
src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc
src/core/ext/filters/client_channel/service_config_parser.cc
src/core/ext/filters/client_channel/service_config_parser.h
src/core/ext/filters/client_channel/subchannel.cc
src/core/ext/filters/client_channel/subchannel.h
src/core/ext/filters/client_idle/client_idle_filter.cc
src/core/ext/filters/deadline/deadline_filter.cc
src/core/ext/filters/fault_injection/fault_injection_filter.cc
src/core/ext/filters/fault_injection/service_config_parser.cc
src/core/ext/filters/fault_injection/service_config_parser.h
src/core/ext/filters/http/client/http_client_filter.cc
src/core/ext/filters/http/client_authority_filter.cc
src/core/ext/filters/http/message_compress/message_compress_filter.cc
src/core/ext/filters/http/message_compress/message_decompress_filter.cc
src/core/ext/filters/http/server/http_server_filter.cc
src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
src/core/ext/filters/load_reporting/server_load_reporting_filter.h
src/core/ext/filters/max_age/max_age_filter.cc
src/core/ext/filters/message_size/message_size_filter.cc
src/core/ext/filters/message_size/message_size_filter.h
src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
src/core/ext/transport/chttp2/client/chttp2_connector.cc
src/core/ext/transport/chttp2/client/chttp2_connector.h
src/core/ext/transport/chttp2/client/insecure/channel_create.cc
src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
src/core/ext/transport/chttp2/server/chttp2_server.cc
src/core/ext/transport/chttp2/server/chttp2_server.h
src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
src/core/ext/transport/chttp2/transport/chttp2_transport.cc
src/core/ext/transport/chttp2/transport/context_list.cc
src/core/ext/transport/chttp2/transport/context_list.h
src/core/ext/transport/chttp2/transport/flow_control.cc
src/core/ext/transport/chttp2/transport/flow_control.h
src/core/ext/transport/chttp2/transport/frame_data.cc
src/core/ext/transport/chttp2/transport/frame_data.h
src/core/ext/transport/chttp2/transport/frame_goaway.cc
src/core/ext/transport/chttp2/transport/frame_goaway.h
src/core/ext/transport/chttp2/transport/frame_ping.cc
src/core/ext/transport/chttp2/transport/frame_ping.h
src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
src/core/ext/transport/chttp2/transport/frame_rst_stream.h
src/core/ext/transport/chttp2/transport/frame_settings.cc
src/core/ext/transport/chttp2/transport/frame_settings.h
src/core/ext/transport/chttp2/transport/frame_window_update.cc
src/core/ext/transport/chttp2/transport/frame_window_update.h
src/core/ext/transport/chttp2/transport/hpack_parser.cc
src/core/ext/transport/chttp2/transport/hpack_parser.h
src/core/ext/transport/chttp2/transport/hpack_table.cc
src/core/ext/transport/chttp2/transport/hpack_table.h
src/core/ext/transport/chttp2/transport/incoming_metadata.cc
src/core/ext/transport/chttp2/transport/incoming_metadata.h
src/core/ext/transport/chttp2/transport/internal.h
src/core/ext/transport/chttp2/transport/parsing.cc
src/core/ext/transport/chttp2/transport/writing.cc
src/core/ext/transport/cronet/transport/cronet_status.cc
src/core/ext/transport/cronet/transport/cronet_status.h
src/core/ext/transport/cronet/transport/cronet_transport.cc
src/core/ext/transport/inproc/inproc_transport.cc
src/core/ext/xds/certificate_provider_factory.h
src/core/ext/xds/certificate_provider_store.h
src/core/ext/xds/file_watcher_certificate_provider_factory.cc
src/core/ext/xds/file_watcher_certificate_provider_factory.h
src/core/ext/xds/google_mesh_ca_certificate_provider_factory.cc
src/core/ext/xds/google_mesh_ca_certificate_provider_factory.h
src/core/ext/xds/xds_api.cc
src/core/ext/xds/xds_api.h
src/core/ext/xds/xds_bootstrap.cc
src/core/ext/xds/xds_bootstrap.h
src/core/ext/xds/xds_certificate_provider.cc
src/core/ext/xds/xds_certificate_provider.h
src/core/ext/xds/xds_channel_args.h
src/core/ext/xds/xds_client.cc
src/core/ext/xds/xds_client.h
src/core/ext/xds/xds_client_stats.h
src/core/ext/xds/xds_server_config_fetcher.cc
src/core/lib/address_utils/parse_address.cc [moved from src/core/lib/iomgr/parse_address.cc with 90% similarity]
src/core/lib/address_utils/parse_address.h [moved from src/core/lib/iomgr/parse_address.h with 86% similarity]
src/core/lib/address_utils/sockaddr_utils.cc [moved from src/core/lib/iomgr/sockaddr_utils.cc with 94% similarity]
src/core/lib/address_utils/sockaddr_utils.h [moved from src/core/lib/iomgr/sockaddr_utils.h with 87% similarity]
src/core/lib/channel/channel_stack.cc
src/core/lib/channel/channel_stack.h
src/core/lib/channel/channel_stack_builder.cc
src/core/lib/channel/channel_stack_builder.h
src/core/lib/channel/channelz.cc
src/core/lib/channel/connected_channel.cc
src/core/lib/channel/handshaker.cc
src/core/lib/channel/handshaker.h
src/core/lib/event_engine/slice_allocator.cc [new file with mode: 0644]
src/core/lib/event_engine/sockaddr.cc [new file with mode: 0644]
src/core/lib/gprpp/ref_counted.h
src/core/lib/gprpp/status_helper.cc [new file with mode: 0644]
src/core/lib/gprpp/status_helper.h [new file with mode: 0644]
src/core/lib/http/httpcli.cc
src/core/lib/http/httpcli_security_connector.cc
src/core/lib/http/parser.cc
src/core/lib/http/parser.h
src/core/lib/iomgr/buffer_list.cc
src/core/lib/iomgr/buffer_list.h
src/core/lib/iomgr/call_combiner.cc
src/core/lib/iomgr/call_combiner.h
src/core/lib/iomgr/cfstream_handle.cc
src/core/lib/iomgr/cfstream_handle.h
src/core/lib/iomgr/closure.h
src/core/lib/iomgr/combiner.cc
src/core/lib/iomgr/combiner.h
src/core/lib/iomgr/endpoint.cc
src/core/lib/iomgr/endpoint.h
src/core/lib/iomgr/endpoint_cfstream.cc
src/core/lib/iomgr/endpoint_pair_windows.cc
src/core/lib/iomgr/error.cc
src/core/lib/iomgr/error.h
src/core/lib/iomgr/error_cfstream.cc
src/core/lib/iomgr/error_cfstream.h
src/core/lib/iomgr/error_internal.h
src/core/lib/iomgr/ev_apple.cc
src/core/lib/iomgr/ev_epoll1_linux.cc
src/core/lib/iomgr/ev_epollex_linux.cc
src/core/lib/iomgr/ev_poll_posix.cc
src/core/lib/iomgr/ev_posix.cc
src/core/lib/iomgr/ev_posix.h
src/core/lib/iomgr/exec_ctx.cc
src/core/lib/iomgr/exec_ctx.h
src/core/lib/iomgr/executor.cc
src/core/lib/iomgr/executor.h
src/core/lib/iomgr/iomgr.cc
src/core/lib/iomgr/iomgr.h
src/core/lib/iomgr/iomgr_custom.cc
src/core/lib/iomgr/iomgr_internal.cc
src/core/lib/iomgr/iomgr_internal.h
src/core/lib/iomgr/iomgr_posix.cc
src/core/lib/iomgr/iomgr_posix_cfstream.cc
src/core/lib/iomgr/iomgr_windows.cc
src/core/lib/iomgr/load_file.cc
src/core/lib/iomgr/load_file.h
src/core/lib/iomgr/lockfree_event.cc
src/core/lib/iomgr/lockfree_event.h
src/core/lib/iomgr/poller/eventmanager_interface.h [deleted file]
src/core/lib/iomgr/poller/eventmanager_libuv.cc [deleted file]
src/core/lib/iomgr/poller/eventmanager_libuv.h [deleted file]
src/core/lib/iomgr/pollset.cc
src/core/lib/iomgr/pollset.h
src/core/lib/iomgr/pollset_custom.cc
src/core/lib/iomgr/pollset_windows.cc
src/core/lib/iomgr/port.h
src/core/lib/iomgr/python_util.h
src/core/lib/iomgr/resolve_address.cc
src/core/lib/iomgr/resolve_address.h
src/core/lib/iomgr/resolve_address_custom.cc
src/core/lib/iomgr/resolve_address_custom.h
src/core/lib/iomgr/resolve_address_posix.cc
src/core/lib/iomgr/resolve_address_windows.cc
src/core/lib/iomgr/resource_quota.cc
src/core/lib/iomgr/socket_utils_common_posix.cc
src/core/lib/iomgr/socket_utils_posix.h
src/core/lib/iomgr/tcp_client_cfstream.cc
src/core/lib/iomgr/tcp_client_custom.cc
src/core/lib/iomgr/tcp_client_posix.cc
src/core/lib/iomgr/tcp_client_posix.h
src/core/lib/iomgr/tcp_client_windows.cc
src/core/lib/iomgr/tcp_custom.cc
src/core/lib/iomgr/tcp_custom.h
src/core/lib/iomgr/tcp_posix.cc
src/core/lib/iomgr/tcp_server.cc
src/core/lib/iomgr/tcp_server.h
src/core/lib/iomgr/tcp_server_custom.cc
src/core/lib/iomgr/tcp_server_posix.cc
src/core/lib/iomgr/tcp_server_utils_posix.h
src/core/lib/iomgr/tcp_server_utils_posix_common.cc
src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
src/core/lib/iomgr/tcp_server_windows.cc
src/core/lib/iomgr/tcp_uv.cc
src/core/lib/iomgr/tcp_windows.cc
src/core/lib/iomgr/tcp_windows.h
src/core/lib/iomgr/timer_custom.cc
src/core/lib/iomgr/timer_custom.h
src/core/lib/iomgr/timer_generic.cc
src/core/lib/iomgr/udp_server.cc
src/core/lib/iomgr/unix_sockets_posix.cc
src/core/lib/iomgr/unix_sockets_posix.h
src/core/lib/iomgr/unix_sockets_posix_noop.cc
src/core/lib/iomgr/wakeup_fd_eventfd.cc
src/core/lib/iomgr/wakeup_fd_pipe.cc
src/core/lib/iomgr/wakeup_fd_posix.cc
src/core/lib/iomgr/wakeup_fd_posix.h
src/core/lib/iomgr/work_serializer.h
src/core/lib/json/json.h
src/core/lib/json/json_reader.cc
src/core/lib/matchers/matchers.cc
src/core/lib/matchers/matchers.h
src/core/lib/security/authorization/authorization_engine.h
src/core/lib/security/authorization/cel_authorization_engine.cc [moved from src/core/lib/security/authorization/authorization_engine.cc with 94% similarity]
src/core/lib/security/authorization/cel_authorization_engine.h [new file with mode: 0644]
src/core/lib/security/authorization/evaluate_args.cc
src/core/lib/security/authorization/evaluate_args.h
src/core/lib/security/authorization/grpc_authorization_engine.cc [new file with mode: 0644]
src/core/lib/security/authorization/grpc_authorization_engine.h [new file with mode: 0644]
src/core/lib/security/authorization/matchers.cc [new file with mode: 0644]
src/core/lib/security/authorization/matchers.h [new file with mode: 0644]
src/core/lib/security/authorization/rbac_policy.cc
src/core/lib/security/authorization/rbac_policy.h
src/core/lib/security/authorization/rbac_translator.cc
src/core/lib/security/credentials/composite/composite_credentials.cc
src/core/lib/security/credentials/composite/composite_credentials.h
src/core/lib/security/credentials/credentials.h
src/core/lib/security/credentials/external/aws_external_account_credentials.cc
src/core/lib/security/credentials/external/aws_external_account_credentials.h
src/core/lib/security/credentials/external/aws_request_signer.cc
src/core/lib/security/credentials/external/aws_request_signer.h
src/core/lib/security/credentials/external/external_account_credentials.cc
src/core/lib/security/credentials/external/external_account_credentials.h
src/core/lib/security/credentials/external/file_external_account_credentials.cc
src/core/lib/security/credentials/external/file_external_account_credentials.h
src/core/lib/security/credentials/external/url_external_account_credentials.cc
src/core/lib/security/credentials/external/url_external_account_credentials.h
src/core/lib/security/credentials/fake/fake_credentials.cc
src/core/lib/security/credentials/fake/fake_credentials.h
src/core/lib/security/credentials/google_default/google_default_credentials.cc
src/core/lib/security/credentials/iam/iam_credentials.cc
src/core/lib/security/credentials/iam/iam_credentials.h
src/core/lib/security/credentials/jwt/json_token.cc
src/core/lib/security/credentials/jwt/jwt_credentials.cc
src/core/lib/security/credentials/jwt/jwt_credentials.h
src/core/lib/security/credentials/jwt/jwt_verifier.cc
src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
src/core/lib/security/credentials/oauth2/oauth2_credentials.h
src/core/lib/security/credentials/plugin/plugin_credentials.cc
src/core/lib/security/credentials/plugin/plugin_credentials.h
src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc
src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h
src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc
src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc
src/core/lib/security/credentials/xds/xds_credentials.cc
src/core/lib/security/security_connector/alts/alts_security_connector.cc
src/core/lib/security/security_connector/fake/fake_security_connector.cc
src/core/lib/security/security_connector/insecure/insecure_security_connector.cc
src/core/lib/security/security_connector/insecure/insecure_security_connector.h
src/core/lib/security/security_connector/load_system_roots_linux.cc
src/core/lib/security/security_connector/local/local_security_connector.cc
src/core/lib/security/security_connector/security_connector.h
src/core/lib/security/security_connector/ssl/ssl_security_connector.cc
src/core/lib/security/security_connector/ssl_utils.cc
src/core/lib/security/security_connector/ssl_utils.h
src/core/lib/security/security_connector/tls/tls_security_connector.cc
src/core/lib/security/security_connector/tls/tls_security_connector.h
src/core/lib/security/transport/client_auth_filter.cc
src/core/lib/security/transport/secure_endpoint.cc
src/core/lib/security/transport/security_handshaker.cc
src/core/lib/security/transport/server_auth_filter.cc
src/core/lib/security/transport/tsi_error.cc
src/core/lib/security/transport/tsi_error.h
src/core/lib/security/util/json_util.cc
src/core/lib/security/util/json_util.h
src/core/lib/surface/call.cc
src/core/lib/surface/call.h
src/core/lib/surface/channel.cc
src/core/lib/surface/channel.h
src/core/lib/surface/channel_ping.cc
src/core/lib/surface/completion_queue.cc
src/core/lib/surface/completion_queue.h
src/core/lib/surface/lame_client.cc
src/core/lib/surface/lame_client.h
src/core/lib/surface/server.cc
src/core/lib/surface/server.h
src/core/lib/surface/validate_metadata.cc
src/core/lib/surface/validate_metadata.h
src/core/lib/surface/version.cc
src/core/lib/transport/byte_stream.cc
src/core/lib/transport/byte_stream.h
src/core/lib/transport/connectivity_state.cc
src/core/lib/transport/error_utils.cc
src/core/lib/transport/error_utils.h
src/core/lib/transport/metadata_batch.cc
src/core/lib/transport/metadata_batch.h
src/core/lib/transport/transport.cc
src/core/lib/transport/transport.h
src/core/lib/transport/transport_op_string.cc
src/core/tsi/alts/crypt/gsec.h
src/core/tsi/alts/handshaker/alts_handshaker_client.cc
src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h
src/core/tsi/ssl_transport_security.cc
src/core/tsi/ssl_transport_security.h
src/core/tsi/test_creds/multi-domain-openssl.cnf
src/core/tsi/test_creds/multi-domain.key
src/core/tsi/test_creds/multi-domain.pem
src/cpp/Protobuf-C++.podspec
src/cpp/client/channel_cc.cc
src/cpp/client/client_callback.cc
src/cpp/client/secure_credentials.cc
src/cpp/common/alarm.cc
src/cpp/common/channel_filter.h
src/cpp/common/validate_service_config.cc
src/cpp/common/version_cc.cc
src/cpp/ext/filters/census/channel_filter.cc
src/cpp/ext/filters/census/channel_filter.h
src/cpp/ext/filters/census/client_filter.cc
src/cpp/ext/filters/census/client_filter.h
src/cpp/ext/filters/census/context.cc
src/cpp/ext/filters/census/context.h
src/cpp/ext/filters/census/rpc_encoding.cc
src/cpp/ext/filters/census/rpc_encoding.h
src/cpp/ext/filters/census/server_filter.cc
src/cpp/ext/filters/census/server_filter.h
src/cpp/server/admin/admin_services.cc
src/cpp/server/server_builder.cc
src/cpp/server/server_callback.cc
src/cpp/server/server_cc.cc
src/csharp/Grpc.Core.Api/VersionInfo.cs
src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj
src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
src/csharp/Grpc.Core.Tests/Internal/UserAgentStringProviderTest.cs [new file with mode: 0644]
src/csharp/Grpc.Core.Tests/UserAgentStringTest.cs
src/csharp/Grpc.Core.Xamarin/Grpc.Core.Xamarin.csproj
src/csharp/Grpc.Core/Channel.cs
src/csharp/Grpc.Core/Grpc.Core.csproj
src/csharp/Grpc.Core/Internal/PlatformApis.cs
src/csharp/Grpc.Core/Internal/UserAgentStringProvider.cs [new file with mode: 0644]
src/csharp/Grpc.Tools.Tests/ProtoToolsPlatformTaskTest.cs
src/csharp/Grpc.Tools/ProtoToolsPlatform.cs
src/csharp/README.md
src/csharp/build/dependencies.props
src/csharp/tests.json
src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec
src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
src/objective-c/!ProtoCompiler.podspec
src/objective-c/BoringSSL-GRPC.podspec
src/objective-c/GRPCClient/GRPCCallLegacy.m
src/objective-c/GRPCClient/version.h
src/objective-c/tests/InteropTests/InteropTests.m
src/objective-c/tests/version.h
src/php/README.md
src/php/bin/generate_proto_php.sh
src/php/composer.json
src/php/ext/grpc/version.h
src/php/lib/Grpc/RpcServer.php
src/php/lib/Grpc/ServerCallWriter.php
src/php/lib/Grpc/ServerContext.php
src/php/tests/interop/Grpc/Testing/LoadBalancerStatsServiceStub.php
src/php/tests/interop/Grpc/Testing/ReconnectServiceStub.php [new file with mode: 0644]
src/php/tests/interop/Grpc/Testing/TestServiceStub.php [new file with mode: 0644]
src/php/tests/interop/Grpc/Testing/UnimplementedServiceStub.php [new file with mode: 0644]
src/php/tests/interop/Grpc/Testing/XdsUpdateClientConfigureServiceStub.php
src/php/tests/interop/Grpc/Testing/XdsUpdateHealthServiceStub.php [new file with mode: 0644]
src/php/tests/interop/xds_client.php
src/php/tests/unit_tests/RpcServerTest.php [new file with mode: 0644]
src/php/tests/unit_tests/ServerCallTest.php
src/proto/grpc/testing/xds/v3/BUILD
src/python/grpcio/commands.py
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc/_cython/_cygrpc/aio/call.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/iomgr.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/resolver.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/socket.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/timer.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/credentials.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/csds.pyx.pxi [new file with mode: 0644]
src/python/grpcio/grpc/_cython/_cygrpc/grpc.pxi
src/python/grpcio/grpc/_cython/_cygrpc/grpc_gevent.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/iomgr.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/iomgr.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi
src/python/grpcio/grpc/_cython/cygrpc.pyx
src/python/grpcio/grpc/_grpcio_metadata.py
src/python/grpcio/grpc/_server.py
src/python/grpcio/grpc/aio/_base_server.py
src/python/grpcio/grpc_core_dependencies.py
src/python/grpcio/grpc_version.py
src/python/grpcio_admin/.gitignore [new file with mode: 0644]
src/python/grpcio_admin/MANIFEST.in [new file with mode: 0644]
src/python/grpcio_admin/README.rst [new file with mode: 0644]
src/python/grpcio_admin/grpc_admin/BUILD.bazel [new file with mode: 0644]
src/python/grpcio_admin/grpc_admin/__init__.py [new file with mode: 0644]
src/python/grpcio_admin/grpc_version.py [new file with mode: 0644]
src/python/grpcio_admin/setup.py [new file with mode: 0644]
src/python/grpcio_channelz/grpc_version.py
src/python/grpcio_csds/.gitignore [new file with mode: 0644]
src/python/grpcio_csds/MANIFEST.in [new file with mode: 0644]
src/python/grpcio_csds/README.rst [new file with mode: 0644]
src/python/grpcio_csds/grpc_csds/BUILD.bazel [new file with mode: 0644]
src/python/grpcio_csds/grpc_csds/__init__.py [new file with mode: 0644]
src/python/grpcio_csds/grpc_version.py [new file with mode: 0644]
src/python/grpcio_csds/setup.py [new file with mode: 0644]
src/python/grpcio_health_checking/grpc_version.py
src/python/grpcio_reflection/grpc_version.py
src/python/grpcio_status/grpc_version.py
src/python/grpcio_testing/grpc_version.py
src/python/grpcio_tests/commands.py
src/python/grpcio_tests/grpc_version.py
src/python/grpcio_tests/tests/admin/BUILD.bazel [new file with mode: 0644]
src/python/grpcio_tests/tests/admin/test_admin.py [new file with mode: 0644]
src/python/grpcio_tests/tests/csds/BUILD.bazel [new file with mode: 0644]
src/python/grpcio_tests/tests/csds/test_csds.py [new file with mode: 0644]
src/python/grpcio_tests/tests/tests.json
src/python/grpcio_tests/tests/unit/_metadata_code_details_test.py
src/python/grpcio_tests/tests_aio/unit/metadata_test.py
src/python/grpcio_tests/tests_py3_only/interop/BUILD.bazel
src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client [new file with mode: 0644]
src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server [new file with mode: 0644]
src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client.py
src/python/grpcio_tests/tests_py3_only/interop/xds_interop_server.py [new file with mode: 0644]
src/ruby/README.md
src/ruby/bin/math_services_pb.rb
src/ruby/ext/grpc/rb_grpc_imports.generated.h
src/ruby/lib/grpc/version.rb
src/ruby/pb/grpc/health/v1/health_services_pb.rb
src/ruby/pb/src/proto/grpc/testing/test_services_pb.rb
src/ruby/qps/src/proto/grpc/testing/benchmark_service_services_pb.rb
src/ruby/qps/src/proto/grpc/testing/report_qps_scenario_service_services_pb.rb
src/ruby/qps/src/proto/grpc/testing/worker_service_services_pb.rb
src/ruby/tools/platform_check.rb
src/ruby/tools/version.rb
templates/CMakeLists.txt.template
templates/gRPC-C++.podspec.template
templates/gRPC-Core.podspec.template
templates/include/grpc/module.modulemap.template
templates/src/core/lib/surface/version.cc.template
templates/src/objective-c/BoringSSL-GRPC.podspec.template
templates/src/python/grpcio_admin/grpc_version.py.template [new file with mode: 0644]
templates/src/python/grpcio_csds/grpc_version.py.template [new file with mode: 0644]
templates/test/core/surface/public_headers_must_be_c89.c.template
templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.template
templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.template [new file with mode: 0644]
templates/tools/dockerfile/interoptest/grpc_interop_go1.16/build_interop.sh.template [new file with mode: 0644]
test/core/address_utils/BUILD [moved from test/core/iomgr/poller/BUILD with 54% similarity]
test/core/address_utils/parse_address_test.cc [moved from test/core/iomgr/parse_address_test.cc with 97% similarity]
test/core/address_utils/parse_address_with_named_scope_id_test.cc [moved from test/core/iomgr/parse_address_with_named_scope_id_test.cc with 97% similarity]
test/core/address_utils/sockaddr_utils_test.cc [moved from test/core/iomgr/sockaddr_utils_test.cc with 97% similarity]
test/core/bad_client/bad_client.cc
test/core/channel/channel_stack_builder_test.cc
test/core/channel/channel_stack_test.cc
test/core/channel/channelz_test.cc
test/core/client_channel/certificate_provider_registry_test.cc
test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
test/core/client_channel/resolvers/dns_resolver_test.cc
test/core/client_channel/resolvers/fake_resolver_test.cc
test/core/client_channel/resolvers/sockaddr_resolver_test.cc
test/core/client_channel/service_config_test.cc
test/core/end2end/bad_server_response_test.cc
test/core/end2end/dualstack_socket_test.cc
test/core/end2end/end2end_nosec_tests.cc
test/core/end2end/end2end_tests.cc
test/core/end2end/fixtures/h2_proxy.cc
test/core/end2end/fixtures/h2_sockpair+trace.cc
test/core/end2end/fixtures/h2_sockpair.cc
test/core/end2end/fixtures/h2_sockpair_1byte.cc
test/core/end2end/fixtures/http_proxy_fixture.cc
test/core/end2end/generate_tests.bzl
test/core/end2end/goaway_server_test.cc
test/core/end2end/tests/filter_causes_close.cc
test/core/end2end/tests/filter_context.cc
test/core/end2end/tests/filter_init_fails.cc
test/core/end2end/tests/filter_latency.cc
test/core/end2end/tests/filter_status_code.cc
test/core/end2end/tests/retry.cc
test/core/end2end/tests/retry_cancel_during_delay.cc [new file with mode: 0644]
test/core/end2end/tests/retry_cancellation.cc
test/core/end2end/tests/retry_disabled.cc
test/core/end2end/tests/retry_exceeds_buffer_size_in_initial_batch.cc
test/core/end2end/tests/retry_exceeds_buffer_size_in_subsequent_batch.cc
test/core/end2end/tests/retry_lb_drop.cc [new file with mode: 0644]
test/core/end2end/tests/retry_non_retriable_status.cc
test/core/end2end/tests/retry_non_retriable_status_before_recv_trailing_metadata_started.cc
test/core/end2end/tests/retry_recv_initial_metadata.cc
test/core/end2end/tests/retry_recv_message.cc
test/core/end2end/tests/retry_server_pushback_delay.cc
test/core/end2end/tests/retry_server_pushback_disabled.cc
test/core/end2end/tests/retry_streaming.cc
test/core/end2end/tests/retry_streaming_after_commit.cc
test/core/end2end/tests/retry_streaming_succeeds_before_replay_finished.cc
test/core/end2end/tests/retry_throttled.cc
test/core/end2end/tests/retry_too_many_attempts.cc
test/core/gprpp/BUILD
test/core/gprpp/ref_counted_test.cc
test/core/gprpp/status_helper_test.cc [new file with mode: 0644]
test/core/handshake/readahead_handshaker_server_ssl.cc
test/core/http/httpcli_test.cc
test/core/http/httpscli_test.cc
test/core/http/parser_test.cc
test/core/iomgr/BUILD
test/core/iomgr/buffer_list_test.cc
test/core/iomgr/combiner_test.cc
test/core/iomgr/endpoint_pair_test.cc
test/core/iomgr/endpoint_tests.cc
test/core/iomgr/error_test.cc
test/core/iomgr/ev_epollex_linux_test.cc
test/core/iomgr/fd_posix_test.cc
test/core/iomgr/ios/CFStreamTests/CFStreamClientTests.mm
test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm
test/core/iomgr/load_file_test.cc
test/core/iomgr/poller/eventmanager_libuv_test.cc [deleted file]
test/core/iomgr/pollset_windows_starvation_test.cc
test/core/iomgr/resolve_address_posix_test.cc
test/core/iomgr/resolve_address_test.cc
test/core/iomgr/resource_quota_test.cc
test/core/iomgr/socket_utils_test.cc
test/core/iomgr/stranded_event_test.cc
test/core/iomgr/tcp_client_posix_test.cc
test/core/iomgr/tcp_client_uv_test.cc
test/core/iomgr/tcp_posix_test.cc
test/core/iomgr/tcp_server_posix_test.cc
test/core/iomgr/tcp_server_uv_test.cc
test/core/iomgr/timer_list_test.cc
test/core/iomgr/udp_server_test.cc
test/core/json/fuzzer.cc
test/core/json/json_test.cc
test/core/security/BUILD
test/core/security/authorization_matchers_test.cc [new file with mode: 0644]
test/core/security/aws_request_signer_test.cc
test/core/security/cel_authorization_engine_test.cc [moved from test/core/security/authorization_engine_test.cc with 57% similarity]
test/core/security/credentials_test.cc
test/core/security/evaluate_args_test.cc
test/core/security/grpc_authorization_engine_test.cc [new file with mode: 0644]
test/core/security/grpc_tls_certificate_distributor_test.cc
test/core/security/grpc_tls_certificate_provider_test.cc
test/core/security/json_token_test.cc
test/core/security/jwt_verifier_test.cc
test/core/security/matchers_test.cc
test/core/security/oauth2_utils.cc
test/core/security/print_google_default_creds_token.cc
test/core/security/rbac_translator_test.cc
test/core/security/secure_endpoint_test.cc
test/core/security/security_connector_test.cc
test/core/security/ssl_server_fuzzer.cc
test/core/security/tls_security_connector_test.cc
test/core/security/xds_credentials_test.cc
test/core/surface/concurrent_connectivity_test.cc
test/core/surface/lame_client_test.cc
test/core/surface/server_test.cc
test/core/transport/BUILD
test/core/transport/byte_stream_test.cc
test/core/transport/chttp2/context_list_test.cc
test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
test/core/transport/chttp2/hpack_parser_test.cc
test/core/transport/chttp2/settings_timeout_test.cc
test/core/transport/chttp2/too_many_pings_test.cc
test/core/transport/error_utils_test.cc [new file with mode: 0644]
test/core/transport/stream_owned_slice_test.cc
test/core/tsi/ssl_transport_security_test.cc
test/core/tsi/transport_security_test_lib.cc
test/core/uri/uri_parser_test.cc
test/core/util/BUILD
test/core/util/eval_args_mock_endpoint.cc [deleted file]
test/core/util/evaluate_args_test_util.h [new file with mode: 0644]
test/core/util/mock_authorization_endpoint.h [new file with mode: 0644]
test/core/util/mock_endpoint.cc
test/core/util/passthru_endpoint.cc
test/core/util/port.cc
test/core/util/port_server_client.cc
test/core/util/resolve_localhost_ip46.cc
test/core/util/test_lb_policies.cc
test/core/util/test_lb_policies.h
test/core/util/test_tcp_server.cc
test/core/util/trickle_endpoint.cc
test/core/xds/certificate_provider_store_test.cc
test/core/xds/file_watcher_certificate_provider_factory_test.cc
test/core/xds/google_mesh_ca_certificate_provider_factory_test.cc
test/core/xds/xds_bootstrap_test.cc
test/core/xds/xds_certificate_provider_test.cc
test/cpp/client/client_channel_stress_test.cc
test/cpp/client/destroy_grpclb_channel_with_active_connect_stress_test.cc
test/cpp/codegen/compiler_test_golden
test/cpp/common/channel_filter_test.cc
test/cpp/common/time_jump_test.cc
test/cpp/common/timer_test.cc
test/cpp/end2end/BUILD
test/cpp/end2end/admin_services_end2end_test.cc
test/cpp/end2end/client_callback_end2end_test.cc
test/cpp/end2end/client_interceptors_end2end_test.cc
test/cpp/end2end/client_lb_end2end_test.cc
test/cpp/end2end/filter_end2end_test.cc
test/cpp/end2end/grpclb_end2end_test.cc
test/cpp/end2end/interceptors_util.cc
test/cpp/end2end/interceptors_util.h
test/cpp/end2end/port_sharing_end2end_test.cc
test/cpp/end2end/service_config_end2end_test.cc
test/cpp/end2end/xds_end2end_test.cc
test/cpp/grpclb/grpclb_api_test.cc
test/cpp/interop/grpclb_fallback_test.cc
test/cpp/microbenchmarks/bm_call_create.cc
test/cpp/microbenchmarks/bm_chttp2_hpack.cc
test/cpp/microbenchmarks/bm_chttp2_transport.cc
test/cpp/microbenchmarks/bm_closure.cc
test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
test/cpp/microbenchmarks/bm_error.cc
test/cpp/microbenchmarks/bm_pollset.cc
test/cpp/microbenchmarks/bm_timer.cc
test/cpp/naming/address_sorting_test.cc
test/cpp/naming/cancel_ares_query_test.cc
test/cpp/naming/resolver_component_test.cc
test/cpp/test/BUILD
test/cpp/test/mock_stream_test.cc [new file with mode: 0644]
test/cpp/util/channel_trace_proto_helper.cc
test/distrib/php/run_distrib_test.sh
test/distrib/php/run_distrib_test_macos.sh
test/distrib/python/distribtest.py
third_party/README.md
third_party/protobuf.patch
third_party/py/BUILD
third_party/py/python_configure.bzl
tools/bazel.rc
tools/buildgen/_mako_renderer.py
tools/distrib/check_include_guards.py
tools/distrib/python/.gitignore
tools/distrib/python/grpc_prefixed/generate.py
tools/distrib/python/grpc_version.py
tools/distrib/python/grpcio_tools/grpc_tools/protoc.py
tools/distrib/python/grpcio_tools/grpc_version.py
tools/distrib/python/grpcio_tools/protoc_lib_deps.py
tools/distrib/python/xds_protos/README.rst [new file with mode: 0644]
tools/distrib/python/xds_protos/build.py [new file with mode: 0644]
tools/distrib/python/xds_protos/build_validate_upload.sh [new file with mode: 0755]
tools/distrib/python/xds_protos/setup.py [new file with mode: 0644]
tools/dockerfile/distribtest/python_python38_buster_aarch64/Dockerfile [new file with mode: 0644]
tools/dockerfile/distribtest/python_ubuntu1604_x64/Dockerfile
tools/dockerfile/interoptest/grpc_interop_go/Dockerfile
tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile [new file with mode: 0644]
tools/dockerfile/interoptest/grpc_interop_go1.16/build_interop.sh [new file with mode: 0644]
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
tools/doxygen/Doxyfile.objc
tools/doxygen/Doxyfile.objc.internal
tools/doxygen/Doxyfile.php
tools/internal_ci/helper_scripts/prepare_qemu_rc [new file with mode: 0644]
tools/internal_ci/linux/grpc_build_submodule_at_head.sh
tools/internal_ci/linux/grpc_distribtests.sh
tools/internal_ci/linux/grpc_distribtests_python.cfg [new file with mode: 0644]
tools/internal_ci/linux/grpc_distribtests_python.sh [new file with mode: 0755]
tools/internal_ci/linux/grpc_e2e_performance_v2.sh
tools/internal_ci/linux/grpc_portability_build_only.cfg
tools/internal_ci/linux/grpc_xds.cfg
tools/internal_ci/linux/grpc_xds_csharp.cfg
tools/internal_ci/linux/grpc_xds_k8s.cfg
tools/internal_ci/linux/grpc_xds_k8s.sh
tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh
tools/internal_ci/linux/grpc_xds_k8s_python.cfg [new file with mode: 0644]
tools/internal_ci/linux/grpc_xds_k8s_python.sh [new file with mode: 0755]
tools/internal_ci/linux/grpc_xds_php.cfg
tools/internal_ci/linux/grpc_xds_python.cfg
tools/internal_ci/linux/grpc_xds_ruby.cfg
tools/internal_ci/linux/grpc_xds_v3.cfg
tools/internal_ci/linux/grpc_xds_v3_csharp.cfg
tools/internal_ci/linux/grpc_xds_v3_php.cfg
tools/internal_ci/linux/grpc_xds_v3_python.cfg
tools/internal_ci/linux/grpc_xds_v3_ruby.cfg
tools/interop_matrix/README.md
tools/interop_matrix/client_matrix.py
tools/run_tests/artifacts/artifact_targets.py
tools/run_tests/artifacts/build_artifact_python.sh
tools/run_tests/artifacts/distribtest_targets.py
tools/run_tests/dockerize/build_and_run_docker.sh
tools/run_tests/generated/tests.json
tools/run_tests/helper_scripts/build_python.sh
tools/run_tests/performance/README.md
tools/run_tests/performance/loadtest_concat_yaml.py [new file with mode: 0755]
tools/run_tests/performance/loadtest_config.py [new file with mode: 0755]
tools/run_tests/performance/loadtest_template.py [new file with mode: 0755]
tools/run_tests/performance/scenario_config.py
tools/run_tests/performance/scenario_config_exporter.py
tools/run_tests/performance/templates/loadtest_template_basic_all_languages.yaml [new file with mode: 0644]
tools/run_tests/python_utils/filter_pull_request_tests.py
tools/run_tests/run_xds_tests.py
tools/run_tests/sanity/check_submodules.sh
tools/run_tests/sanity/core_banned_functions.py
tools/run_tests/task_runner.py
tools/run_tests/xds_k8s_test_driver/README.md
tools/run_tests/xds_k8s_test_driver/framework/helpers/retryers.py
tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py