envoy.config.tap.v3.TapConfig
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.tap.v3.TapConfig
.withMatch(types.envoy.config.common.matcher.v3.MatchPredicate)
.withMatchConfig(types.envoy.config.tap.v3.MatchPredicate)
.withOutputConfig(types.envoy.config.tap.v3.OutputConfig)
.withTapEnabled(types.envoy.config.core.v3.RuntimeFractionalPercent)
._validate()
Fields