Home

envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.OnDemand

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.filters.network.tcp_proxy.v3.TcpProxy.OnDemand
.withOdcdsConfig(types.envoy.config.core.v3.ConfigSource)
.withResourcesLocator('string')
.withTimeout(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
odcds_config envoy.config.core.v3.ConfigSource  
resources_locator string  
timeout google.protobuf.Duration