Skip to content

Commit

Permalink
[xDS] update xDS protos (grpc#37262)
Browse files Browse the repository at this point in the history
Closes grpc#37262

PiperOrigin-RevId: 654168186
  • Loading branch information
markdroth authored and copybara-github committed Jul 19, 2024
1 parent 81f8f76 commit 544582f
Show file tree
Hide file tree
Showing 26 changed files with 1,089 additions and 634 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ def grpc_deps():
if "envoy_api" not in native.existing_rules():
http_archive(
name = "envoy_api",
sha256 = "1ee20b3041a4f093cc393448ab022f770e70b509c8fe8399d6e83017067b2fc3",
strip_prefix = "data-plane-api-091cfd044258312a56c632ae1860813b1c0c58bc",
sha256 = "e525a6fb6e6ed3eef1eec6bef3da9b5708e471f0f9335a7604df14a4b386231e",
strip_prefix = "data-plane-api-f8b75d1efa92bbf534596a013d9ca5873f79dd30",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/envoyproxy/data-plane-api/archive/091cfd044258312a56c632ae1860813b1c0c58bc.tar.gz",
"https://github.com/envoyproxy/data-plane-api/archive/091cfd044258312a56c632ae1860813b1c0c58bc.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/envoyproxy/data-plane-api/archive/f8b75d1efa92bbf534596a013d9ca5873f79dd30.tar.gz",
"https://github.com/envoyproxy/data-plane-api/archive/f8b75d1efa92bbf534596a013d9ca5873f79dd30.tar.gz",
],
)

Expand Down
8 changes: 4 additions & 4 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 96 additions & 36 deletions src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 544582f

Please sign in to comment.