package
1.7.26
Repository: https://github.com/zcube/traefik.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewProviderAggregator return an aggregate of all the providers configured in GlobalConfiguration.

# Constants

DefaultAcmeCAServer is the default ACME API endpoint.
DefaultDialTimeout when connecting to a backend server.
DefaultGraceTimeout controls how long Traefik serves pending requests prior to shutting down.
DefaultHealthCheckInterval is the default health check interval.
DefaultIdleTimeout before closing an idle connection.
DefaultInternalEntryPointName the name of the default internal entry point.

# Structs

EntryPoint holds an entry point configuration of the reverse proxy (ip, port, TLS...).
ForwardedHeaders Trust client forwarding headers.
ForwardingTimeouts contains timeout configurations for forwarding requests to the backend servers.
GlobalConfiguration holds global configuration (with providers, etc.).
HealthCheckConfig contains health check configuration parameters.
HostResolverConfig contain configuration for CNAME Flattening.
LifeCycle contains configurations relevant to the lifecycle (such as the shutdown phase) of Traefik.
ProviderAggregator aggregate providers.
ProxyProtocol contains Proxy-Protocol configuration.
RespondingTimeouts contains timeout configurations for incoming requests to the Traefik instance.
Retry contains request retry config.
WebCompatibility is a configuration to handle compatibility with deprecated web provider options.

# Type aliases

DefaultEntryPoints holds default entry points.
EntryPoints holds entry points configuration of the reverse proxy (ip, port, TLS...).