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