type MockThresholdNotifier …
type MockThresholdNotifier_Expecter …
func (_m *MockThresholdNotifier) EXPECT() *MockThresholdNotifier_Expecter { … }
func (_m *MockThresholdNotifier) Description() string { … }
type MockThresholdNotifier_Description_Call …
func (_e *MockThresholdNotifier_Expecter) Description() *MockThresholdNotifier_Description_Call { … }
func (_c *MockThresholdNotifier_Description_Call) Run(run func()) *MockThresholdNotifier_Description_Call { … }
func (_c *MockThresholdNotifier_Description_Call) Return(_a0 string) *MockThresholdNotifier_Description_Call { … }
func (_c *MockThresholdNotifier_Description_Call) RunAndReturn(run func() string) *MockThresholdNotifier_Description_Call { … }
func (_m *MockThresholdNotifier) Start() { … }
type MockThresholdNotifier_Start_Call …
func (_e *MockThresholdNotifier_Expecter) Start() *MockThresholdNotifier_Start_Call { … }
func (_c *MockThresholdNotifier_Start_Call) Run(run func()) *MockThresholdNotifier_Start_Call { … }
func (_c *MockThresholdNotifier_Start_Call) Return() *MockThresholdNotifier_Start_Call { … }
func (_c *MockThresholdNotifier_Start_Call) RunAndReturn(run func()) *MockThresholdNotifier_Start_Call { … }
func (_m *MockThresholdNotifier) UpdateThreshold(summary *v1alpha1.Summary) error { … }
type MockThresholdNotifier_UpdateThreshold_Call …
func (_e *MockThresholdNotifier_Expecter) UpdateThreshold(summary interface{ … }
func (_c *MockThresholdNotifier_UpdateThreshold_Call) Run(run func(summary *v1alpha1.Summary)) *MockThresholdNotifier_UpdateThreshold_Call { … }
func (_c *MockThresholdNotifier_UpdateThreshold_Call) Return(_a0 error) *MockThresholdNotifier_UpdateThreshold_Call { … }
func (_c *MockThresholdNotifier_UpdateThreshold_Call) RunAndReturn(run func(*v1alpha1.Summary) error) *MockThresholdNotifier_UpdateThreshold_Call { … }
func NewMockThresholdNotifier(t interface { … }