Home

envoy.extensions.filters.http.ext_proc.v3.ExtProcOverrides

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.ext_proc.v3.ExtProcOverrides
.withAsyncMode(false)
.withGrpcService(types.envoy.config.core.v3.GrpcService)
.withProcessingMode(types.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode)
.withRequestAttributes([ 'string' ])
.withResponseAttributes([ 'string' ])
._validate()

Fields

Name Type One-of group Required Constraints
async_mode bool  
grpc_service envoy.config.core.v3.GrpcService  
processing_mode envoy.extensions.filters.http.ext_proc.v3.ProcessingMode  
request_attributes [] string  
response_attributes [] string