envoy.extensions.filters.http.ext_proc.v3.ExternalProcessor
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.ExternalProcessor
.withAsyncMode(false)
.withFailureModeAllow(false)
.withGrpcService(types.envoy.config.core.v3.GrpcService)
.withMessageTimeout(types.google.protobuf.Duration)
.withMutationRules(types.envoy.config.common.mutation_rules.v3.HeaderMutationRules)
.withProcessingMode(types.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode)
.withRequestAttributes([ 'string' ])
.withResponseAttributes([ 'string' ])
.withStatPrefix('string')
._validate()
Fields