Home

envoy.extensions.transport_sockets.tcp_stats.v3.Config

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.tcp_stats.v3.Config
.withTransportSocket(types.envoy.config.core.v3.TransportSocket)
.withUpdatePeriod(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
transport_socket envoy.config.core.v3.TransportSocket yes 
update_period google.protobuf.Duration   {"Duration":{"gte":{"nanos":1000000}}}