Documentation ¶
Overview ¶
Package mock_aso is a generated GoMock package.
Run go generate to regenerate this mock.
Index ¶
- type MockReconciler
- func (m *MockReconciler) CreateOrUpdateResource(ctx context.Context, spec azure.ASOResourceSpecGetter, serviceName string) (genruntime.MetaObject, error)
- func (m *MockReconciler) DeleteResource(ctx context.Context, spec azure.ASOResourceSpecGetter, serviceName string) error
- func (m *MockReconciler) EXPECT() *MockReconcilerMockRecorder
- type MockReconcilerMockRecorder
- type MockTagsGetterSetter
- func (m *MockTagsGetterSetter) EXPECT() *MockTagsGetterSetterMockRecorder
- func (m *MockTagsGetterSetter) GetActualTags(resource genruntime.MetaObject) (v1beta1.Tags, error)
- func (m *MockTagsGetterSetter) GetAdditionalTags() v1beta1.Tags
- func (m *MockTagsGetterSetter) GetDesiredTags(resource genruntime.MetaObject) (v1beta1.Tags, error)
- func (m *MockTagsGetterSetter) SetTags(resource genruntime.MetaObject, tags v1beta1.Tags) error
- type MockTagsGetterSetterMockRecorder
- func (mr *MockTagsGetterSetterMockRecorder) GetActualTags(resource interface{}) *gomock.Call
- func (mr *MockTagsGetterSetterMockRecorder) GetAdditionalTags() *gomock.Call
- func (mr *MockTagsGetterSetterMockRecorder) GetDesiredTags(resource interface{}) *gomock.Call
- func (mr *MockTagsGetterSetterMockRecorder) SetTags(resource, tags interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockReconciler ¶
type MockReconciler struct {
// contains filtered or unexported fields
}
MockReconciler is a mock of Reconciler interface.
func NewMockReconciler ¶
func NewMockReconciler(ctrl *gomock.Controller) *MockReconciler
NewMockReconciler creates a new mock instance.
func (*MockReconciler) CreateOrUpdateResource ¶
func (m *MockReconciler) CreateOrUpdateResource(ctx context.Context, spec azure.ASOResourceSpecGetter, serviceName string) (genruntime.MetaObject, error)
CreateOrUpdateResource mocks base method.
func (*MockReconciler) DeleteResource ¶
func (m *MockReconciler) DeleteResource(ctx context.Context, spec azure.ASOResourceSpecGetter, serviceName string) error
DeleteResource mocks base method.
func (*MockReconciler) EXPECT ¶
func (m *MockReconciler) EXPECT() *MockReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockReconcilerMockRecorder ¶
type MockReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockReconcilerMockRecorder is the mock recorder for MockReconciler.
func (*MockReconcilerMockRecorder) CreateOrUpdateResource ¶
func (mr *MockReconcilerMockRecorder) CreateOrUpdateResource(ctx, spec, serviceName interface{}) *gomock.Call
CreateOrUpdateResource indicates an expected call of CreateOrUpdateResource.
func (*MockReconcilerMockRecorder) DeleteResource ¶
func (mr *MockReconcilerMockRecorder) DeleteResource(ctx, spec, serviceName interface{}) *gomock.Call
DeleteResource indicates an expected call of DeleteResource.
type MockTagsGetterSetter ¶ added in v1.11.0
type MockTagsGetterSetter struct {
// contains filtered or unexported fields
}
MockTagsGetterSetter is a mock of TagsGetterSetter interface.
func NewMockTagsGetterSetter ¶ added in v1.11.0
func NewMockTagsGetterSetter(ctrl *gomock.Controller) *MockTagsGetterSetter
NewMockTagsGetterSetter creates a new mock instance.
func (*MockTagsGetterSetter) EXPECT ¶ added in v1.11.0
func (m *MockTagsGetterSetter) EXPECT() *MockTagsGetterSetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTagsGetterSetter) GetActualTags ¶ added in v1.11.0
func (m *MockTagsGetterSetter) GetActualTags(resource genruntime.MetaObject) (v1beta1.Tags, error)
GetActualTags mocks base method.
func (*MockTagsGetterSetter) GetAdditionalTags ¶ added in v1.11.0
func (m *MockTagsGetterSetter) GetAdditionalTags() v1beta1.Tags
GetAdditionalTags mocks base method.
func (*MockTagsGetterSetter) GetDesiredTags ¶ added in v1.11.0
func (m *MockTagsGetterSetter) GetDesiredTags(resource genruntime.MetaObject) (v1beta1.Tags, error)
GetDesiredTags mocks base method.
func (*MockTagsGetterSetter) SetTags ¶ added in v1.11.0
func (m *MockTagsGetterSetter) SetTags(resource genruntime.MetaObject, tags v1beta1.Tags) error
SetTags mocks base method.
type MockTagsGetterSetterMockRecorder ¶ added in v1.11.0
type MockTagsGetterSetterMockRecorder struct {
// contains filtered or unexported fields
}
MockTagsGetterSetterMockRecorder is the mock recorder for MockTagsGetterSetter.
func (*MockTagsGetterSetterMockRecorder) GetActualTags ¶ added in v1.11.0
func (mr *MockTagsGetterSetterMockRecorder) GetActualTags(resource interface{}) *gomock.Call
GetActualTags indicates an expected call of GetActualTags.
func (*MockTagsGetterSetterMockRecorder) GetAdditionalTags ¶ added in v1.11.0
func (mr *MockTagsGetterSetterMockRecorder) GetAdditionalTags() *gomock.Call
GetAdditionalTags indicates an expected call of GetAdditionalTags.
func (*MockTagsGetterSetterMockRecorder) GetDesiredTags ¶ added in v1.11.0
func (mr *MockTagsGetterSetterMockRecorder) GetDesiredTags(resource interface{}) *gomock.Call
GetDesiredTags indicates an expected call of GetDesiredTags.
func (*MockTagsGetterSetterMockRecorder) SetTags ¶ added in v1.11.0
func (mr *MockTagsGetterSetterMockRecorder) SetTags(resource, tags interface{}) *gomock.Call
SetTags indicates an expected call of SetTags.