Home

envoy.extensions.transport_sockets.tap.v3.Tap

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.transport_sockets.tap.v3.Tap
.withCommonConfig(types.envoy.extensions.common.tap.v3.CommonExtensionConfig)
.withTransportSocket(types.envoy.config.core.v3.TransportSocket)
._validate()

Fields

Name Type One-of group Required Constraints
common_config envoy.extensions.common.tap.v3.CommonExtensionConfig yes 
transport_socket envoy.config.core.v3.TransportSocket yes