Skip to content

Commit

Permalink
api: Regenerate Go API files
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Nov 19, 2024
1 parent b499269 commit 8860b4c
Show file tree
Hide file tree
Showing 68 changed files with 14,445 additions and 3,917 deletions.
2 changes: 1 addition & 1 deletion Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BAZEL_ARCHIVE ?= ~/bazel-cache.tar.bz2
# @envoy_api//:v3_protos must be built before invoking Makefile.api
API_DEPS = @envoy_api//:v3_protos
PROTOC_TARGET = @com_google_protobuf//:protoc
api: force-non-root Makefile.api install-bazelisk
api: force-non-root Makefile.api
PROTOC=`$(BAZEL) cquery --output=starlark --starlark:expr=target.files_to_run.executable.path $(PROTOC_TARGET) | grep fastbuild/bin/external`; \
$(BAZEL) build $(PROTOC_TARGET) $(API_DEPS); \
file $${PROTOC} && PROTOC=$${PROTOC} $(MAKE) -f Makefile.api all
Expand Down
1,420 changes: 721 additions & 699 deletions go/envoy/config/cluster/v3/cluster.pb.go

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions go/envoy/config/cluster/v3/cluster.pb.validate.go

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

832 changes: 441 additions & 391 deletions go/envoy/config/core/v3/protocol.pb.go

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions go/envoy/config/core/v3/protocol.pb.validate.go

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

195 changes: 195 additions & 0 deletions go/envoy/config/core/v3/socket_cmsg_headers.pb.go

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

Loading

0 comments on commit 8860b4c

Please sign in to comment.