Skip to content

Commit

Permalink
Fix type url of stats tcp extension (#23359)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnupur authored Apr 29, 2020
1 parent a6380aa commit c3909a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1599,10 +1599,10 @@ spec:
patch:
operation: INSERT_BEFORE
value:
name: envoy.filters.network.wasm
name: istio.stats
typed_config:
"@type": type.googleapis.com/udpa.type.v1.TypedStruct
type_url: type.googleapis.com/envoy.config.filter.network.wasm.v3.Wasm
type_url: type.googleapis.com/envoy.extensions.filter.network.wasm.v3.Wasm
value:
config:
root_id: stats_inbound
Expand All @@ -1629,10 +1629,10 @@ spec:
patch:
operation: INSERT_BEFORE
value:
name: envoy.filters.network.wasm
name: istio.stats
typed_config:
"@type": type.googleapis.com/udpa.type.v1.TypedStruct
type_url: type.googleapis.com/envoy.config.filter.network.wasm.v3.Wasm
type_url: type.googleapis.com/envoy.extensions.filter.network.wasm.v3.Wasm
value:
config:
root_id: stats_outbound
Expand All @@ -1659,10 +1659,10 @@ spec:
patch:
operation: INSERT_BEFORE
value:
name: envoy.filters.network.wasm
name: istio.stats
typed_config:
"@type": type.googleapis.com/udpa.type.v1.TypedStruct
type_url: type.googleapis.com/envoy.config.filter.network.wasm.v3.Wasm
type_url: type.googleapis.com/envoy.extensions.filter.network.wasm.v3.Wasm
value:
config:
root_id: stats_outbound
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ spec:
patch:
operation: INSERT_BEFORE
value:
name: envoy.filters.network.wasm
name: istio.stats
typed_config:
"@type": type.googleapis.com/udpa.type.v1.TypedStruct
type_url: type.googleapis.com/envoy.config.filter.network.wasm.v3.Wasm
type_url: type.googleapis.com/envoy.extensions.filter.network.wasm.v3.Wasm
value:
config:
root_id: stats_inbound
Expand Down Expand Up @@ -301,10 +301,10 @@ spec:
patch:
operation: INSERT_BEFORE
value:
name: envoy.filters.network.wasm
name: istio.stats
typed_config:
"@type": type.googleapis.com/udpa.type.v1.TypedStruct
type_url: type.googleapis.com/envoy.config.filter.network.wasm.v3.Wasm
type_url: type.googleapis.com/envoy.extensions.filter.network.wasm.v3.Wasm
value:
config:
root_id: stats_outbound
Expand Down Expand Up @@ -338,10 +338,10 @@ spec:
patch:
operation: INSERT_BEFORE
value:
name: envoy.filters.network.wasm
name: istio.stats
typed_config:
"@type": type.googleapis.com/udpa.type.v1.TypedStruct
type_url: type.googleapis.com/envoy.config.filter.network.wasm.v3.Wasm
type_url: type.googleapis.com/envoy.extensions.filter.network.wasm.v3.Wasm
value:
config:
root_id: stats_outbound
Expand Down

0 comments on commit c3909a7

Please sign in to comment.