Skip to content

Commit

Permalink
Move istio/proxy protos into istio/api
Browse files Browse the repository at this point in the history
Fixes istio/istio#35210.

This does two things:
* Move some protos we have in istio/istio that are manually generating
the go protos, using an outdated protobuf library and outdated proto.
* Move some protos we have in istio/proxy that are not generating any go
protos at all.

A next step will be to have istio/istio import these go libraries, and
istio/proxy to import these as proto_libraries.
  • Loading branch information
howardjohn committed Sep 30, 2021
1 parent f167acc commit ebb1190
Show file tree
Hide file tree
Showing 12 changed files with 2,196 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buf.gen-golang.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# buf.gen.yaml sets up the generation configuration for all of our plugins.
# Note: buf does not allow multi roots that are within each other; as a result, the common-protos folders are
# symlinked into the top level directory.
version: v1beta1
plugins:
- name: go
out: .
opt: plugins=grpc,paths=source_relative
171 changes: 171 additions & 0 deletions envoy/config/filter/http/alpn/v2alpha1/config.pb.go

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

156 changes: 156 additions & 0 deletions envoy/config/filter/http/authn/v2alpha1/config.pb.go

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

Loading

0 comments on commit ebb1190

Please sign in to comment.