Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
func (*Orchestrator) Start ¶
func (o *Orchestrator) Start() error
Click to show internal directories.
Click to hide internal directories.