Skip to content

Commit 90d23d5

Browse files
committed
fix: Updated v3 type for http connection manager
1 parent f4a20d2 commit 90d23d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xds/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
V3RouteConfigURL = "type.googleapis.com/envoy.config.route.v3.RouteConfiguration"
4646
V3ClusterURL = "type.googleapis.com/envoy.config.cluster.v3.Cluster"
4747
V3EndpointsURL = "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
48-
V3HTTPConnManagerURL = "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v3.HttpConnectionManager"
48+
V3HTTPConnManagerURL = "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager"
4949
V3UpstreamTLSContextURL = "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext"
5050
V3DownstreamTLSContextURL = "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext"
5151
)

0 commit comments

Comments
 (0)