Skip to content

Move istio/proxy protos into istio/api #2107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: paths=source_relative
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing newline?

8 changes: 8 additions & 0 deletions envoy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Envoy Configuration APIs

This folder contains API definitions for istio/proxy Envoy extensions. Unlike other
APIs in this repo, these APIs are not subject to the rules in [GUIDELINES.md](../GUIDELINES.md)
and are treated as internal implementation details.

These API definitions are centralized in this repository to provide a single source of truth
with a small dependency footprint for ease of importing.
311 changes: 311 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.

Loading