Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Adress ¶
type Adress struct {
SocketAdress *SocketAdress `yaml:"socket_address"`
}
Adress is the TCP address that the administration server will listen on.
type ConfigSource ¶
type ConfigSource struct {
Path string `yaml:"path"`
}
ConfigSource for each xDS API source
type DynamicResources ¶
type DynamicResources struct { CDSConfig *ConfigSource `yaml:"cds_config"` LDSConfig *ConfigSource `yaml:"lds_config"` }
DynamicResources specify where to load dynamic configuration from.
type EnvoyConfig ¶
type EnvoyConfig struct { Node *Node `yaml:"node"` DynamicResources *DynamicResources `yaml:"dynamic_resources"` Admin *Admin `yaml:"admin"` }
Configuration base struct
func GenerateEnvoyConfig ¶
func GenerateEnvoyConfig() *EnvoyConfig
GenerateEnvoyConfig from CLI flags
type ProtoD ¶
type ProtoD struct {
// contains filtered or unexported fields
}
func (*ProtoD) GetDynamicConfig ¶
GetDynamicConfig gets all the configs from the control plane
type SocketAdress ¶
SocketAdress config about the socket
Click to show internal directories.
Click to hide internal directories.