Home

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

Name Type One-of group Required Constraints
match envoy.config.common.matcher.v3.MatchPredicate  
match_config envoy.config.tap.v3.MatchPredicate  
output_config envoy.config.tap.v3.OutputConfig yes 
tap_enabled envoy.config.core.v3.RuntimeFractionalPercent