envoy.extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfig
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.http.grpc_http1_reverse_bridge.v3.FilterConfig
.withContentType('string')
.withResponseSizeHeader('string')
.withWithholdGrpcFrames(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
content_type |
string
|
|
|
{"String_":{"WellKnown":null,"min_len":1}}
|
response_size_header |
string
|
|
|
{"String_":{"WellKnown":{"WellKnownRegex":1},"strict":false}}
|
withhold_grpc_frames |
bool
|
|
|
|