Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain committed May 18, 2024
1 parent 2cd8738 commit c451672
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions internal/xds/translator/testdata/in/xds-ir/tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ tracing:
port: 4317
protocol: "GRPC"
http:
- name: "first-listener"
address: "0.0.0.0"
port: 10080
hostnames:
- "*"
path:
mergeSlashes: true
escapedSlashesAction: UnescapeAndRedirect
routes:
- name: "direct-route"
hostname: "*"
destination:
name: "direct-route-dest"
settings:
- endpoints:
- host: "1.2.3.4"
port: 50000
directResponse:
body: "Unknown custom filter type: UnsupportedType"
statusCode: 500
- name: "first-listener"
address: "0.0.0.0"
port: 10080
hostnames:
- "*"
path:
mergeSlashes: true
escapedSlashesAction: UnescapeAndRedirect
routes:
- name: "direct-route"
hostname: "*"
destination:
name: "direct-route-dest"
settings:
- endpoints:
- host: "1.2.3.4"
port: 50000
directResponse:
body: "Unknown custom filter type: UnsupportedType"
statusCode: 500

0 comments on commit c451672

Please sign in to comment.