From e34b7538d235c4292cb56841018d4afc999a0a46 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 13 Jul 2023 00:46:03 +0000 Subject: [PATCH] Regenerate --- .../mock_scalesets/scalesets_mock.go | 57 ------------------- 1 file changed, 57 deletions(-) diff --git a/azure/services/scalesets/mock_scalesets/scalesets_mock.go b/azure/services/scalesets/mock_scalesets/scalesets_mock.go index 8823d642ea1..f37c40398cf 100644 --- a/azure/services/scalesets/mock_scalesets/scalesets_mock.go +++ b/azure/services/scalesets/mock_scalesets/scalesets_mock.go @@ -248,21 +248,6 @@ func (mr *MockScaleSetScopeMockRecorder) FailureDomains() *gomock.Call { return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FailureDomains", reflect.TypeOf((*MockScaleSetScope)(nil).FailureDomains)) } -// GetBootstrapData mocks base method. -func (m *MockScaleSetScope) GetBootstrapData(arg0 context.Context) (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBootstrapData", arg0) - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBootstrapData indicates an expected call of GetBootstrapData. -func (mr *MockScaleSetScopeMockRecorder) GetBootstrapData(arg0 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBootstrapData", reflect.TypeOf((*MockScaleSetScope)(nil).GetBootstrapData), arg0) -} - // GetLongRunningOperationState mocks base method. func (m *MockScaleSetScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future { m.ctrl.T.Helper() @@ -277,21 +262,6 @@ func (mr *MockScaleSetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLongRunningOperationState", reflect.TypeOf((*MockScaleSetScope)(nil).GetLongRunningOperationState), arg0, arg1, arg2) } -// GetVMImage mocks base method. -func (m *MockScaleSetScope) GetVMImage(arg0 context.Context) (*v1beta1.Image, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetVMImage", arg0) - ret0, _ := ret[0].(*v1beta1.Image) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetVMImage indicates an expected call of GetVMImage. -func (mr *MockScaleSetScopeMockRecorder) GetVMImage(arg0 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetVMImage", reflect.TypeOf((*MockScaleSetScope)(nil).GetVMImage), arg0) -} - // HashKey mocks base method. func (m *MockScaleSetScope) HashKey() string { m.ctrl.T.Helper() @@ -320,21 +290,6 @@ func (mr *MockScaleSetScopeMockRecorder) Location() *gomock.Call { return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Location", reflect.TypeOf((*MockScaleSetScope)(nil).Location)) } -// MaxSurge mocks base method. -func (m *MockScaleSetScope) MaxSurge() (int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "MaxSurge") - ret0, _ := ret[0].(int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// MaxSurge indicates an expected call of MaxSurge. -func (mr *MockScaleSetScopeMockRecorder) MaxSurge() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MaxSurge", reflect.TypeOf((*MockScaleSetScope)(nil).MaxSurge)) -} - // ReconcileReplicas mocks base method. func (m *MockScaleSetScope) ReconcileReplicas(arg0 context.Context, arg1 *azure.VMSS) error { m.ctrl.T.Helper() @@ -363,18 +318,6 @@ func (mr *MockScaleSetScopeMockRecorder) ResourceGroup() *gomock.Call { return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ResourceGroup", reflect.TypeOf((*MockScaleSetScope)(nil).ResourceGroup)) } -// SaveVMImageToStatus mocks base method. -func (m *MockScaleSetScope) SaveVMImageToStatus(arg0 *v1beta1.Image) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SaveVMImageToStatus", arg0) -} - -// SaveVMImageToStatus indicates an expected call of SaveVMImageToStatus. -func (mr *MockScaleSetScopeMockRecorder) SaveVMImageToStatus(arg0 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SaveVMImageToStatus", reflect.TypeOf((*MockScaleSetScope)(nil).SaveVMImageToStatus), arg0) -} - // ScaleSetSpec mocks base method. func (m *MockScaleSetScope) ScaleSetSpec(arg0 context.Context) azure.ResourceSpecGetter { m.ctrl.T.Helper()