Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEnvironmentScaler ¶
type MockEnvironmentScaler struct {
// contains filtered or unexported fields
}
Mock of EnvironmentScaler interface
func NewMockEnvironmentScaler ¶
func NewMockEnvironmentScaler(ctrl *gomock.Controller) *MockEnvironmentScaler
func (*MockEnvironmentScaler) EXPECT ¶
func (_m *MockEnvironmentScaler) EXPECT() *_MockEnvironmentScalerRecorder
func (*MockEnvironmentScaler) Scale ¶
func (_m *MockEnvironmentScaler) Scale(_param0 string) (*models.ScalerRunInfo, error)
func (*MockEnvironmentScaler) ScheduleRun ¶
func (_m *MockEnvironmentScaler) ScheduleRun(_param0 string, _param1 time.Duration)
Click to show internal directories.
Click to hide internal directories.