Documentation
¶
Overview ¶
Package mock_scheduledpodscaler is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetByName(arg0 context.Context, arg1 types.NamespacedName) (*scheduledpodscaler.ScheduledPodScaler, error)
- func (m *MockInterface) UpdateStatus(arg0 context.Context, arg1 *scheduledpodscaler.ScheduledPodScaler) error
- type MockInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) GetByName ¶
func (m *MockInterface) GetByName(arg0 context.Context, arg1 types.NamespacedName) (*scheduledpodscaler.ScheduledPodScaler, error)
GetByName mocks base method
func (*MockInterface) UpdateStatus ¶
func (m *MockInterface) UpdateStatus(arg0 context.Context, arg1 *scheduledpodscaler.ScheduledPodScaler) error
UpdateStatus mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) GetByName ¶
func (mr *MockInterfaceMockRecorder) GetByName(arg0, arg1 interface{}) *gomock.Call
GetByName indicates an expected call of GetByName
func (*MockInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockInterfaceMockRecorder) UpdateStatus(arg0, arg1 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus
Click to show internal directories.
Click to hide internal directories.