Skip to content
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
4 changes: 4 additions & 0 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ check_wasm: build_wasm build_envoy
clean:
@bazel clean

.PHONY: gen-extensions-doc
gen-extensions-doc:
buf generate --path extensions/

gen:
@scripts/gen-testdata.sh

Expand Down
8 changes: 8 additions & 0 deletions buf.gen.yaml

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

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

34 changes: 6 additions & 28 deletions extensions/attributegen/config.pb.html

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

8 changes: 4 additions & 4 deletions extensions/attributegen/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ syntax = "proto3";
// $weight: 20
// clang-format on

// AttributeGen plugin uses [builtin attributes]
// (https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/attributes)
// AttributeGen plugin uses [builtin
// attributes](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/attributes)
// as inputs and produces new attributes that can be used by downstream plugins.
//
// The following is an example of a configuration that produces one attribute
Expand Down Expand Up @@ -170,8 +170,8 @@ message AttributeGeneration {
message Match {
// The condition is a [CEL
// expression](https://github.com/google/cel-spec/blob/master/doc/langdef.md)
// that may use [builtin attributes]
// (https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/attributes#attributes).
// that may use [builtin
// attributes](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/attributes#attributes).
//
// Example:
//
Expand Down
3 changes: 1 addition & 2 deletions extensions/metadata_exchange/config.pb.html

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

Loading