envoy.extensions.access_loggers.grpc.v3.HttpGrpcAccessLogConfig
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.access_loggers.grpc.v3.HttpGrpcAccessLogConfig
.withAdditionalRequestHeadersToLog([ 'string' ])
.withAdditionalResponseHeadersToLog([ 'string' ])
.withAdditionalResponseTrailersToLog([ 'string' ])
.withCommonConfig(types.envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig)
._validate()
Fields