Documentation
¶
Index ¶
- type LoopServices
- type LoopServicesMock
- func (this *LoopServicesMock) AfterRun()
- func (this *LoopServicesMock) BeforeRun()
- func (this *LoopServicesMock) GetConditionManager() conditions.ConditionManager
- func (this *LoopServicesMock) GetKubeFactory() *factory.KubeFactory
- func (this *LoopServicesMock) GetMonitoringFactory() *factory.MonitoringFactory
- func (this *LoopServicesMock) GetPatchers() *patcher.Patchers
- func (this *LoopServicesMock) GetStatus() *status.Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoopServices ¶
type LoopServices interface { BeforeRun() AfterRun() GetPatchers() *patcher.Patchers GetKubeFactory() *factory.KubeFactory GetMonitoringFactory() *factory.MonitoringFactory GetConditionManager() conditions.ConditionManager GetStatus() *status.Status }
func NewLoopServices ¶
func NewLoopServices(ctx context.LoopContext) LoopServices
type LoopServicesMock ¶ added in v1.1.0
type LoopServicesMock struct { }
func NewLoopServicesMock ¶ added in v1.1.0
func NewLoopServicesMock(ctx context.LoopContext) *LoopServicesMock
func (*LoopServicesMock) AfterRun ¶ added in v1.1.0
func (this *LoopServicesMock) AfterRun()
func (*LoopServicesMock) BeforeRun ¶ added in v1.1.0
func (this *LoopServicesMock) BeforeRun()
func (*LoopServicesMock) GetConditionManager ¶ added in v1.1.0
func (this *LoopServicesMock) GetConditionManager() conditions.ConditionManager
func (*LoopServicesMock) GetKubeFactory ¶ added in v1.1.0
func (this *LoopServicesMock) GetKubeFactory() *factory.KubeFactory
func (*LoopServicesMock) GetMonitoringFactory ¶ added in v1.1.0
func (this *LoopServicesMock) GetMonitoringFactory() *factory.MonitoringFactory
func (*LoopServicesMock) GetPatchers ¶ added in v1.1.0
func (this *LoopServicesMock) GetPatchers() *patcher.Patchers
func (*LoopServicesMock) GetStatus ¶ added in v1.1.0
func (this *LoopServicesMock) GetStatus() *status.Status
Click to show internal directories.
Click to hide internal directories.