Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct {
Socket string `yaml:"socket"`
}
Admin is the configuration for the Admin server.
type Config ¶
type Config struct { Admin Admin `yaml:"admin"` Proxy Proxy `yaml:"proxy"` Envoy Envoy `yaml:"envoy"` SessionManagerServerWorkerServiceAddr string `yaml:"sessionManagerServerWorkerServiceAddr"` // HTTPPort is the port that the agent listens on for HTTP connections. HTTPPort int `yaml:"httpPort"` // ComponentStatusSender is the configuration for the component status sender. ComponentStatusSender status.Config `yaml:"componentStatusSender"` }
Config is the configuration for the agent.
type Envoy ¶
type Envoy struct {
Socket string `yaml:"socket"`
}
Envoy is the configuration for connecting to Envoy.
Click to show internal directories.
Click to hide internal directories.