Home

envoy.config.bootstrap.v3.Admin

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.bootstrap.v3.Admin
.withAccessLog([ types.envoy.config.accesslog.v3.AccessLog ])
.withAccessLogPath('string')
.withAddress(types.envoy.config.core.v3.Address)
.withIgnoreGlobalConnLimit(false)
.withProfilePath('string')
.withSocketOptions([ types.envoy.config.core.v3.SocketOption ])
._validate()

Fields

Name Type One-of group Required Constraints
access_log [] envoy.config.accesslog.v3.AccessLog  
access_log_path string  
address envoy.config.core.v3.Address  
ignore_global_conn_limit bool  
profile_path string  
socket_options [] envoy.config.core.v3.SocketOption