Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_groups is a generated GoMock package.
Index ¶
- type MockGroupScope
- func (m *MockGroupScope) ClusterName() string
- func (m *MockGroupScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockGroupScope) EXPECT() *MockGroupScopeMockRecorder
- func (m *MockGroupScope) GetClient() client.Client
- func (m *MockGroupScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockGroupScope) GroupSpec() azure.ASOResourceSpecGetter
- func (m *MockGroupScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockGroupScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockGroupScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockGroupScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- type MockGroupScopeMockRecorder
- func (mr *MockGroupScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockGroupScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupScopeMockRecorder) GetClient() *gomock.Call
- func (mr *MockGroupScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupScopeMockRecorder) GroupSpec() *gomock.Call
- func (mr *MockGroupScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
- func (mr *MockGroupScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGroupScope ¶
type MockGroupScope struct {
// contains filtered or unexported fields
}
MockGroupScope is a mock of GroupScope interface.
func NewMockGroupScope ¶
func NewMockGroupScope(ctrl *gomock.Controller) *MockGroupScope
NewMockGroupScope creates a new mock instance.
func (*MockGroupScope) ClusterName ¶
func (m *MockGroupScope) ClusterName() string
ClusterName mocks base method.
func (*MockGroupScope) DeleteLongRunningOperationState ¶ added in v0.5.3
func (m *MockGroupScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState mocks base method.
func (*MockGroupScope) EXPECT ¶
func (m *MockGroupScope) EXPECT() *MockGroupScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGroupScope) GetClient ¶ added in v1.11.0
func (m *MockGroupScope) GetClient() client.Client
GetClient mocks base method.
func (*MockGroupScope) GetLongRunningOperationState ¶ added in v0.5.3
func (m *MockGroupScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockGroupScope) GroupSpec ¶ added in v0.5.3
func (m *MockGroupScope) GroupSpec() azure.ASOResourceSpecGetter
GroupSpec mocks base method.
func (*MockGroupScope) SetLongRunningOperationState ¶ added in v0.5.3
func (m *MockGroupScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockGroupScope) UpdateDeleteStatus ¶ added in v0.5.3
func (m *MockGroupScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockGroupScope) UpdatePatchStatus ¶ added in v0.5.3
func (m *MockGroupScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockGroupScope) UpdatePutStatus ¶ added in v0.5.3
func (m *MockGroupScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
type MockGroupScopeMockRecorder ¶
type MockGroupScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockGroupScopeMockRecorder is the mock recorder for MockGroupScope.
func (*MockGroupScopeMockRecorder) ClusterName ¶
func (mr *MockGroupScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockGroupScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockGroupScopeMockRecorder) GetClient ¶ added in v1.11.0
func (mr *MockGroupScopeMockRecorder) GetClient() *gomock.Call
GetClient indicates an expected call of GetClient.
func (*MockGroupScopeMockRecorder) GetLongRunningOperationState ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockGroupScopeMockRecorder) GroupSpec ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) GroupSpec() *gomock.Call
GroupSpec indicates an expected call of GroupSpec.
func (*MockGroupScopeMockRecorder) SetLongRunningOperationState ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockGroupScopeMockRecorder) UpdateDeleteStatus ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockGroupScopeMockRecorder) UpdatePatchStatus ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockGroupScopeMockRecorder) UpdatePutStatus ¶ added in v0.5.3
func (mr *MockGroupScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.