Documentation
¶
Index ¶
- type Agent
- func (a *Agent) CollectStats()
- func (a *Agent) DisableInjection(si *models.ServiceInjection) error
- func (a *Agent) EnableInjection(ctx context.Context, si *models.ServiceInjection) error
- func (a *Agent) GetPool() db.PgxIface
- func (a *Agent) GetScheduler() gocron.Scheduler
- func (a *Agent) PendingSyncLoop(ctx context.Context, syncAll bool) error
- func (a *Agent) ProcessEndpoint(ctx context.Context, id strfmt.UUID) error
- func (a *Agent) ProcessServices(ctx context.Context) error
- func (a *Agent) Run()
- func (a *Agent) SetupOpenStack() error
- func (a *Agent) UpdateHeartbeat()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) CollectStats ¶
func (a *Agent) CollectStats()
func (*Agent) DisableInjection ¶
func (a *Agent) DisableInjection(si *models.ServiceInjection) error
func (*Agent) EnableInjection ¶
func (*Agent) GetScheduler ¶
func (*Agent) PendingSyncLoop ¶
func (*Agent) ProcessEndpoint ¶
func (*Agent) SetupOpenStack ¶
func (*Agent) UpdateHeartbeat ¶
func (a *Agent) UpdateHeartbeat()
UpdateHeartbeat updates the agent's heartbeat in the database.
Click to show internal directories.
Click to hide internal directories.