Home

envoy.config.accesslog.v3.MetadataFilter

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.config.accesslog.v3.MetadataFilter
.withMatchIfKeyNotFound(false)
.withMatcher(types.envoy.type.matcher.v3.MetadataMatcher)
._validate()

Fields

Name Type One-of group Required Constraints
match_if_key_not_found google.protobuf.BoolValue  
matcher envoy.type.matcher.v3.MetadataMatcher