Home

envoy.config.core.v3.Address

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.core.v3.Address
.withEnvoyInternalAddress(types.envoy.config.core.v3.EnvoyInternalAddress)
.withPipe(types.envoy.config.core.v3.Pipe)
.withSocketAddress(types.envoy.config.core.v3.SocketAddress)
._validate()

Fields

Name Type One-of group Required Constraints
envoy_internal_address envoy.config.core.v3.EnvoyInternalAddress address  
pipe envoy.config.core.v3.Pipe address  
socket_address envoy.config.core.v3.SocketAddress address