Skip to content
Open
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
3 changes: 2 additions & 1 deletion kubernetes/customresourcedefinitions.gen.yaml

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

13 changes: 9 additions & 4 deletions networking/v1alpha3/envoy_filter.pb.go

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

9 changes: 8 additions & 1 deletion networking/v1alpha3/envoy_filter.pb.html

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

5 changes: 4 additions & 1 deletion networking/v1alpha3/envoy_filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ message EnvoyFilter {
// PatchContext selects a class of configurations based on the
// traffic flow direction and workload type.
enum PatchContext {
// All listeners/routes/clusters in both sidecars and gateways.
// All listeners/routes/clusters in both sidecars, gateways, and waypoints.
ANY = 0;

// Inbound listener/route/cluster in sidecar.
Expand All @@ -513,6 +513,9 @@ message EnvoyFilter {

// Gateway listener/route/cluster.
GATEWAY = 3;

// Waypoint listener/route/cluster.
WAYPOINT = 4;
};

// One or more properties of the proxy to match on.
Expand Down