Home

envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.InternalAddressConfig

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.http_connection_manager.v3.HttpConnectionManager.InternalAddressConfig
.withCidrRanges([ types.envoy.config.core.v3.CidrRange ])
.withUnixSockets(false)
._validate()

Fields

Name Type One-of group Required Constraints
cidr_ranges [] envoy.config.core.v3.CidrRange  
unix_sockets bool