Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Configuration options for endpoint discovery and xDS
Options bootstrap.Options
// Storage to read upstreams and vhosts, and to write reports
Store storage.Interface
// Secrets to watch for changes
Secrets dependencies.SecretStorage
// Config files to watch for changes
Files dependencies.FileStorage
// The address the xDS server should bind to
XdsBindAddress net.Addr
}
Config for the event loop. The event loop receives events from various sources, and triggers regeneration of and xDS snapshot via the *translator.Translator.
Click to show internal directories.
Click to hide internal directories.