package
1.6.3
Repository: https://github.com/form3tech-oss/cilium.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package logger provides the accesslog logging logic for all proxies.

# Functions

ChangeLogLevel changes proxy log level to correspond to the logrus log level 'level'.
GetProxyPort() returns the fixed listen port for a proxy, if any.
StartProxySupport starts the servers to support L7 proxies: xDS GRPC server and access log server.

# Constants

ProxyKeepAlivePeriod is the time used for sending periodic keepalives on proxy connections.

# Variables

DefaultDNSProxy is the global, shared, DNS Proxy singleton.
DefaultEndpointInfoRegistry is the default instance implementing the EndpointInfoRegistry interface.

# Structs

Proxy maintains state about redirects.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
RedirectImplementation is the generic proxy redirect interface that each proxy redirect type must implement.