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()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
transport_socket | envoy.config.core.v3.TransportSocket | yes |
|
|
update_period | google.protobuf.Duration |
{"Duration":{"gte":{"nanos":1000000}}}
|