Skip to content

Commit

Permalink
Enhance HTTP IR to support GRPCRoute
Browse files Browse the repository at this point in the history
Relates to envoyproxy#642

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Oct 31, 2022
1 parent 592863a commit 37381a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/ir/xds.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ type HTTPListener struct {
TLS *TLSListenerConfig
// Routes associated with HTTP traffic to the service.
Routes []*HTTPRoute
// IsHTTP2 is set if the upstream client as well as the downstream server are configured to serve HTTP2 traffic.
IsHTTP2 bool
}

// Validate the fields within the HTTPListener structure
Expand Down

0 comments on commit 37381a4

Please sign in to comment.