Skip to content

Commit ac648f2

Browse files
committed
add waypoint context to envoyfilter
1 parent bccd18b commit ac648f2

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

kubernetes/customresourcedefinitions.gen.yaml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.pb.go

+14-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.pb.html

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.proto

+4-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ message EnvoyFilter {
502502
// PatchContext selects a class of configurations based on the
503503
// traffic flow direction and workload type.
504504
enum PatchContext {
505-
// All listeners/routes/clusters in both sidecars and gateways.
505+
// All listeners/routes/clusters in both sidecars, gateways, and waypoints.
506506
ANY = 0;
507507

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

514514
// Gateway listener/route/cluster.
515515
GATEWAY = 3;
516+
517+
// Waypoint listener/route/cluster.
518+
WAYPOINT = 4;
516519
};
517520

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

0 commit comments

Comments
 (0)