Documentation ¶
Overview ¶
Package accountmanager is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) AddAccount(arg0 *types.NamespacedName, arg1 v1alpha10.CloudProvider, ...) (bool, error)
- func (m *MockInterface) AddResourceFiltersToAccount(arg0, arg1 *types.NamespacedName, arg2 *v1alpha1.CloudEntitySelector, ...) (bool, error)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) IsAccountCredentialsValid(arg0 *types.NamespacedName) (bool, error)
- func (m *MockInterface) RemoveAccount(arg0 *types.NamespacedName) error
- func (m *MockInterface) RemoveResourceFiltersFromAccount(arg0, arg1 *types.NamespacedName) error
- func (m *MockInterface) UpdatePendingCesCount(arg0 *types.NamespacedName) int
- func (m *MockInterface) WaitForPollDone(arg0 *types.NamespacedName) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) AddAccount(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) AddResourceFiltersToAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) IsAccountCredentialsValid(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RemoveAccount(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RemoveResourceFiltersFromAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdatePendingCesCount(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitForPollDone(arg0 interface{}) *gomock.Call
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) AddAccount ¶
func (m *MockInterface) AddAccount(arg0 *types.NamespacedName, arg1 v1alpha10.CloudProvider, arg2 *v1alpha1.CloudProviderAccount) (bool, error)
AddAccount mocks base method.
func (*MockInterface) AddResourceFiltersToAccount ¶
func (m *MockInterface) AddResourceFiltersToAccount(arg0, arg1 *types.NamespacedName, arg2 *v1alpha1.CloudEntitySelector, arg3 bool) (bool, error)
AddResourceFiltersToAccount mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) IsAccountCredentialsValid ¶
func (m *MockInterface) IsAccountCredentialsValid(arg0 *types.NamespacedName) (bool, error)
IsAccountCredentialsValid mocks base method.
func (*MockInterface) RemoveAccount ¶
func (m *MockInterface) RemoveAccount(arg0 *types.NamespacedName) error
RemoveAccount mocks base method.
func (*MockInterface) RemoveResourceFiltersFromAccount ¶
func (m *MockInterface) RemoveResourceFiltersFromAccount(arg0, arg1 *types.NamespacedName) error
RemoveResourceFiltersFromAccount mocks base method.
func (*MockInterface) UpdatePendingCesCount ¶ added in v0.6.0
func (m *MockInterface) UpdatePendingCesCount(arg0 *types.NamespacedName) int
UpdatePendingCesCount mocks base method.
func (*MockInterface) WaitForPollDone ¶ added in v0.6.0
func (m *MockInterface) WaitForPollDone(arg0 *types.NamespacedName) error
WaitForPollDone mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) AddAccount ¶
func (mr *MockInterfaceMockRecorder) AddAccount(arg0, arg1, arg2 interface{}) *gomock.Call
AddAccount indicates an expected call of AddAccount.
func (*MockInterfaceMockRecorder) AddResourceFiltersToAccount ¶
func (mr *MockInterfaceMockRecorder) AddResourceFiltersToAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
AddResourceFiltersToAccount indicates an expected call of AddResourceFiltersToAccount.
func (*MockInterfaceMockRecorder) IsAccountCredentialsValid ¶
func (mr *MockInterfaceMockRecorder) IsAccountCredentialsValid(arg0 interface{}) *gomock.Call
IsAccountCredentialsValid indicates an expected call of IsAccountCredentialsValid.
func (*MockInterfaceMockRecorder) RemoveAccount ¶
func (mr *MockInterfaceMockRecorder) RemoveAccount(arg0 interface{}) *gomock.Call
RemoveAccount indicates an expected call of RemoveAccount.
func (*MockInterfaceMockRecorder) RemoveResourceFiltersFromAccount ¶
func (mr *MockInterfaceMockRecorder) RemoveResourceFiltersFromAccount(arg0, arg1 interface{}) *gomock.Call
RemoveResourceFiltersFromAccount indicates an expected call of RemoveResourceFiltersFromAccount.
func (*MockInterfaceMockRecorder) UpdatePendingCesCount ¶ added in v0.6.0
func (mr *MockInterfaceMockRecorder) UpdatePendingCesCount(arg0 interface{}) *gomock.Call
UpdatePendingCesCount indicates an expected call of UpdatePendingCesCount.
func (*MockInterfaceMockRecorder) WaitForPollDone ¶ added in v0.6.0
func (mr *MockInterfaceMockRecorder) WaitForPollDone(arg0 interface{}) *gomock.Call
WaitForPollDone indicates an expected call of WaitForPollDone.