Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerCheck ¶
type AnalyzerCheck struct {
// contains filtered or unexported fields
}
func NewAnalyzerCheck ¶
func NewAnalyzerCheck(cfg *config.ControllerConfig, ctx context.Context) *AnalyzerCheck
func (*AnalyzerCheck) Start ¶
func (c *AnalyzerCheck) Start()
func (*AnalyzerCheck) Stop ¶
func (c *AnalyzerCheck) Stop()
func (*AnalyzerCheck) TriggerReallocAnalyzer ¶
func (c *AnalyzerCheck) TriggerReallocAnalyzer(analyzerIP string)
type ControllerCheck ¶
type ControllerCheck struct {
// contains filtered or unexported fields
}
func NewControllerCheck ¶
func NewControllerCheck(cfg *config.ControllerConfig, ctx context.Context) *ControllerCheck
func (*ControllerCheck) Start ¶
func (c *ControllerCheck) Start()
func (*ControllerCheck) Stop ¶
func (c *ControllerCheck) Stop()
func (*ControllerCheck) TriggerReallocController ¶
func (c *ControllerCheck) TriggerReallocController(controllerIP string)
Click to show internal directories.
Click to hide internal directories.