Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUpstreamRequest ¶
type AddUpstreamRequest struct {
UpstreamAddress string `json:"upstreamAddress"`
}
AddUpstreamRequest is a request to add an upstream
type MetricsResponse ¶
type MetricsResponse struct {
Scheduler scheduler.ScalerMetrics `json:"scheduler"`
}
MetricsResponse is a response that backend instances use to report their status
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func (*Orchestrator) Shutdown ¶
func (o *Orchestrator) Shutdown()
Shutdown signals to the orchestrator that shutdown is needed mostly only required for testing purposes as the OS handles it normally
Click to show internal directories.
Click to hide internal directories.