Commit d49a589
authored
xds: Add Http11ProxyUpstreamTransport to MessagePrinter (#12971)
Printer falls back to outputting the `@error` indicating that the type
is not recognized. So because we are unpacking
`Http11ProxyUpstreamTransport ` from `any`, we need to add it to the
registry.
Here is the example cds resource:
```
"transportSocket": {
"name": "envoy.transport_sockets.http_11_proxy",
"typedConfig": {
"@error": "envoy.extensions.transport_sockets.http_11_proxy.v3.Http11ProxyUpstreamTransport is not recognized; see @value for raw binary message data",
"@type": "type.googleapis.com/envoy.extensions.transport_sockets.http_11_proxy.v3.Http11ProxyUpstreamTransport",
"@value": ""
}
},
```
cc: @sergiitk1 parent 9fdef96 commit d49a589
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
0 commit comments