Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentInfo ¶
type AgentInfo struct {
// contains filtered or unexported fields
}
AgentInfo is the agent info.
func NewAgentInfo ¶
NewAgentInfo creates a new agent info.
func ProvideAgentInfo ¶
func ProvideAgentInfo(unmarshaller config.Unmarshaller) (*AgentInfo, error)
ProvideAgentInfo provides the agent info via Fx.
func (*AgentInfo) GetAgentGroup ¶
GetAgentGroup returns the agent group.
type AgentInfoConfig ¶
type AgentInfoConfig struct {
// All agents within an agent_group receive the same data-plane configuration (e.g. schedulers, FluxMeters, rate limiter).
AgentGroup string `json:"agent_group" default:"default"`
}
AgentInfoConfig is the configuration for the agent group etc. swagger:model
Click to show internal directories.
Click to hide internal directories.