envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.TunnelingConfig
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.TunnelingConfig
.withHeadersToAdd([ types.envoy.config.core.v3.HeaderValueOption ])
.withHostname('string')
.withPostPath('string')
.withPropagateResponseHeaders(false)
.withUsePost(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
headers_to_add |
[]
envoy.config.core.v3.HeaderValueOption
|
|
|
{"Repeated":{"max_items":1000}}
|
hostname |
string
|
|
|
{"String_":{"WellKnown":null,"min_len":1}}
|
post_path |
string
|
|
|
|
propagate_response_headers |
bool
|
|
|
|
use_post |
bool
|
|
|
|