sigs.k8s.io/cluster-api-provider-azure@v1.14.3/azure/services/inboundnatrules/mock_inboundnatrules/inboundnatrules_mock.go (about) 1 /* 2 Copyright The Kubernetes Authors. 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 */ 16 17 // Code generated by MockGen. DO NOT EDIT. 18 // Source: ../inboundnatrules.go 19 // 20 // Generated by this command: 21 // 22 // mockgen -destination inboundnatrules_mock.go -package mock_inboundnatrules -source ../inboundnatrules.go InboundNatScope 23 // 24 25 // Package mock_inboundnatrules is a generated GoMock package. 26 package mock_inboundnatrules 27 28 import ( 29 reflect "reflect" 30 time "time" 31 32 azcore "github.com/Azure/azure-sdk-for-go/sdk/azcore" 33 gomock "go.uber.org/mock/gomock" 34 v1beta1 "sigs.k8s.io/cluster-api-provider-azure/api/v1beta1" 35 azure "sigs.k8s.io/cluster-api-provider-azure/azure" 36 v1beta10 "sigs.k8s.io/cluster-api/api/v1beta1" 37 ) 38 39 // MockInboundNatScope is a mock of InboundNatScope interface. 40 type MockInboundNatScope struct { 41 ctrl *gomock.Controller 42 recorder *MockInboundNatScopeMockRecorder 43 } 44 45 // MockInboundNatScopeMockRecorder is the mock recorder for MockInboundNatScope. 46 type MockInboundNatScopeMockRecorder struct { 47 mock *MockInboundNatScope 48 } 49 50 // NewMockInboundNatScope creates a new mock instance. 51 func NewMockInboundNatScope(ctrl *gomock.Controller) *MockInboundNatScope { 52 mock := &MockInboundNatScope{ctrl: ctrl} 53 mock.recorder = &MockInboundNatScopeMockRecorder{mock} 54 return mock 55 } 56 57 // EXPECT returns an object that allows the caller to indicate expected use. 58 func (m *MockInboundNatScope) EXPECT() *MockInboundNatScopeMockRecorder { 59 return m.recorder 60 } 61 62 // APIServerLBName mocks base method. 63 func (m *MockInboundNatScope) APIServerLBName() string { 64 m.ctrl.T.Helper() 65 ret := m.ctrl.Call(m, "APIServerLBName") 66 ret0, _ := ret[0].(string) 67 return ret0 68 } 69 70 // APIServerLBName indicates an expected call of APIServerLBName. 71 func (mr *MockInboundNatScopeMockRecorder) APIServerLBName() *gomock.Call { 72 mr.mock.ctrl.T.Helper() 73 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "APIServerLBName", reflect.TypeOf((*MockInboundNatScope)(nil).APIServerLBName)) 74 } 75 76 // AdditionalTags mocks base method. 77 func (m *MockInboundNatScope) AdditionalTags() v1beta1.Tags { 78 m.ctrl.T.Helper() 79 ret := m.ctrl.Call(m, "AdditionalTags") 80 ret0, _ := ret[0].(v1beta1.Tags) 81 return ret0 82 } 83 84 // AdditionalTags indicates an expected call of AdditionalTags. 85 func (mr *MockInboundNatScopeMockRecorder) AdditionalTags() *gomock.Call { 86 mr.mock.ctrl.T.Helper() 87 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AdditionalTags", reflect.TypeOf((*MockInboundNatScope)(nil).AdditionalTags)) 88 } 89 90 // AvailabilitySetEnabled mocks base method. 91 func (m *MockInboundNatScope) AvailabilitySetEnabled() bool { 92 m.ctrl.T.Helper() 93 ret := m.ctrl.Call(m, "AvailabilitySetEnabled") 94 ret0, _ := ret[0].(bool) 95 return ret0 96 } 97 98 // AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled. 99 func (mr *MockInboundNatScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call { 100 mr.mock.ctrl.T.Helper() 101 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AvailabilitySetEnabled", reflect.TypeOf((*MockInboundNatScope)(nil).AvailabilitySetEnabled)) 102 } 103 104 // BaseURI mocks base method. 105 func (m *MockInboundNatScope) BaseURI() string { 106 m.ctrl.T.Helper() 107 ret := m.ctrl.Call(m, "BaseURI") 108 ret0, _ := ret[0].(string) 109 return ret0 110 } 111 112 // BaseURI indicates an expected call of BaseURI. 113 func (mr *MockInboundNatScopeMockRecorder) BaseURI() *gomock.Call { 114 mr.mock.ctrl.T.Helper() 115 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BaseURI", reflect.TypeOf((*MockInboundNatScope)(nil).BaseURI)) 116 } 117 118 // ClientID mocks base method. 119 func (m *MockInboundNatScope) ClientID() string { 120 m.ctrl.T.Helper() 121 ret := m.ctrl.Call(m, "ClientID") 122 ret0, _ := ret[0].(string) 123 return ret0 124 } 125 126 // ClientID indicates an expected call of ClientID. 127 func (mr *MockInboundNatScopeMockRecorder) ClientID() *gomock.Call { 128 mr.mock.ctrl.T.Helper() 129 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientID", reflect.TypeOf((*MockInboundNatScope)(nil).ClientID)) 130 } 131 132 // ClientSecret mocks base method. 133 func (m *MockInboundNatScope) ClientSecret() string { 134 m.ctrl.T.Helper() 135 ret := m.ctrl.Call(m, "ClientSecret") 136 ret0, _ := ret[0].(string) 137 return ret0 138 } 139 140 // ClientSecret indicates an expected call of ClientSecret. 141 func (mr *MockInboundNatScopeMockRecorder) ClientSecret() *gomock.Call { 142 mr.mock.ctrl.T.Helper() 143 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientSecret", reflect.TypeOf((*MockInboundNatScope)(nil).ClientSecret)) 144 } 145 146 // CloudEnvironment mocks base method. 147 func (m *MockInboundNatScope) CloudEnvironment() string { 148 m.ctrl.T.Helper() 149 ret := m.ctrl.Call(m, "CloudEnvironment") 150 ret0, _ := ret[0].(string) 151 return ret0 152 } 153 154 // CloudEnvironment indicates an expected call of CloudEnvironment. 155 func (mr *MockInboundNatScopeMockRecorder) CloudEnvironment() *gomock.Call { 156 mr.mock.ctrl.T.Helper() 157 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CloudEnvironment", reflect.TypeOf((*MockInboundNatScope)(nil).CloudEnvironment)) 158 } 159 160 // CloudProviderConfigOverrides mocks base method. 161 func (m *MockInboundNatScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides { 162 m.ctrl.T.Helper() 163 ret := m.ctrl.Call(m, "CloudProviderConfigOverrides") 164 ret0, _ := ret[0].(*v1beta1.CloudProviderConfigOverrides) 165 return ret0 166 } 167 168 // CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides. 169 func (mr *MockInboundNatScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call { 170 mr.mock.ctrl.T.Helper() 171 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CloudProviderConfigOverrides", reflect.TypeOf((*MockInboundNatScope)(nil).CloudProviderConfigOverrides)) 172 } 173 174 // ClusterName mocks base method. 175 func (m *MockInboundNatScope) ClusterName() string { 176 m.ctrl.T.Helper() 177 ret := m.ctrl.Call(m, "ClusterName") 178 ret0, _ := ret[0].(string) 179 return ret0 180 } 181 182 // ClusterName indicates an expected call of ClusterName. 183 func (mr *MockInboundNatScopeMockRecorder) ClusterName() *gomock.Call { 184 mr.mock.ctrl.T.Helper() 185 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClusterName", reflect.TypeOf((*MockInboundNatScope)(nil).ClusterName)) 186 } 187 188 // DefaultedAzureCallTimeout mocks base method. 189 func (m *MockInboundNatScope) DefaultedAzureCallTimeout() time.Duration { 190 m.ctrl.T.Helper() 191 ret := m.ctrl.Call(m, "DefaultedAzureCallTimeout") 192 ret0, _ := ret[0].(time.Duration) 193 return ret0 194 } 195 196 // DefaultedAzureCallTimeout indicates an expected call of DefaultedAzureCallTimeout. 197 func (mr *MockInboundNatScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call { 198 mr.mock.ctrl.T.Helper() 199 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DefaultedAzureCallTimeout", reflect.TypeOf((*MockInboundNatScope)(nil).DefaultedAzureCallTimeout)) 200 } 201 202 // DefaultedAzureServiceReconcileTimeout mocks base method. 203 func (m *MockInboundNatScope) DefaultedAzureServiceReconcileTimeout() time.Duration { 204 m.ctrl.T.Helper() 205 ret := m.ctrl.Call(m, "DefaultedAzureServiceReconcileTimeout") 206 ret0, _ := ret[0].(time.Duration) 207 return ret0 208 } 209 210 // DefaultedAzureServiceReconcileTimeout indicates an expected call of DefaultedAzureServiceReconcileTimeout. 211 func (mr *MockInboundNatScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call { 212 mr.mock.ctrl.T.Helper() 213 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DefaultedAzureServiceReconcileTimeout", reflect.TypeOf((*MockInboundNatScope)(nil).DefaultedAzureServiceReconcileTimeout)) 214 } 215 216 // DefaultedReconcilerRequeue mocks base method. 217 func (m *MockInboundNatScope) DefaultedReconcilerRequeue() time.Duration { 218 m.ctrl.T.Helper() 219 ret := m.ctrl.Call(m, "DefaultedReconcilerRequeue") 220 ret0, _ := ret[0].(time.Duration) 221 return ret0 222 } 223 224 // DefaultedReconcilerRequeue indicates an expected call of DefaultedReconcilerRequeue. 225 func (mr *MockInboundNatScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call { 226 mr.mock.ctrl.T.Helper() 227 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DefaultedReconcilerRequeue", reflect.TypeOf((*MockInboundNatScope)(nil).DefaultedReconcilerRequeue)) 228 } 229 230 // DeleteLongRunningOperationState mocks base method. 231 func (m *MockInboundNatScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string) { 232 m.ctrl.T.Helper() 233 m.ctrl.Call(m, "DeleteLongRunningOperationState", arg0, arg1, arg2) 234 } 235 236 // DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState. 237 func (mr *MockInboundNatScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call { 238 mr.mock.ctrl.T.Helper() 239 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DeleteLongRunningOperationState", reflect.TypeOf((*MockInboundNatScope)(nil).DeleteLongRunningOperationState), arg0, arg1, arg2) 240 } 241 242 // ExtendedLocation mocks base method. 243 func (m *MockInboundNatScope) ExtendedLocation() *v1beta1.ExtendedLocationSpec { 244 m.ctrl.T.Helper() 245 ret := m.ctrl.Call(m, "ExtendedLocation") 246 ret0, _ := ret[0].(*v1beta1.ExtendedLocationSpec) 247 return ret0 248 } 249 250 // ExtendedLocation indicates an expected call of ExtendedLocation. 251 func (mr *MockInboundNatScopeMockRecorder) ExtendedLocation() *gomock.Call { 252 mr.mock.ctrl.T.Helper() 253 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ExtendedLocation", reflect.TypeOf((*MockInboundNatScope)(nil).ExtendedLocation)) 254 } 255 256 // ExtendedLocationName mocks base method. 257 func (m *MockInboundNatScope) ExtendedLocationName() string { 258 m.ctrl.T.Helper() 259 ret := m.ctrl.Call(m, "ExtendedLocationName") 260 ret0, _ := ret[0].(string) 261 return ret0 262 } 263 264 // ExtendedLocationName indicates an expected call of ExtendedLocationName. 265 func (mr *MockInboundNatScopeMockRecorder) ExtendedLocationName() *gomock.Call { 266 mr.mock.ctrl.T.Helper() 267 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ExtendedLocationName", reflect.TypeOf((*MockInboundNatScope)(nil).ExtendedLocationName)) 268 } 269 270 // ExtendedLocationType mocks base method. 271 func (m *MockInboundNatScope) ExtendedLocationType() string { 272 m.ctrl.T.Helper() 273 ret := m.ctrl.Call(m, "ExtendedLocationType") 274 ret0, _ := ret[0].(string) 275 return ret0 276 } 277 278 // ExtendedLocationType indicates an expected call of ExtendedLocationType. 279 func (mr *MockInboundNatScopeMockRecorder) ExtendedLocationType() *gomock.Call { 280 mr.mock.ctrl.T.Helper() 281 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ExtendedLocationType", reflect.TypeOf((*MockInboundNatScope)(nil).ExtendedLocationType)) 282 } 283 284 // FailureDomains mocks base method. 285 func (m *MockInboundNatScope) FailureDomains() []*string { 286 m.ctrl.T.Helper() 287 ret := m.ctrl.Call(m, "FailureDomains") 288 ret0, _ := ret[0].([]*string) 289 return ret0 290 } 291 292 // FailureDomains indicates an expected call of FailureDomains. 293 func (mr *MockInboundNatScopeMockRecorder) FailureDomains() *gomock.Call { 294 mr.mock.ctrl.T.Helper() 295 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FailureDomains", reflect.TypeOf((*MockInboundNatScope)(nil).FailureDomains)) 296 } 297 298 // GetLongRunningOperationState mocks base method. 299 func (m *MockInboundNatScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future { 300 m.ctrl.T.Helper() 301 ret := m.ctrl.Call(m, "GetLongRunningOperationState", arg0, arg1, arg2) 302 ret0, _ := ret[0].(*v1beta1.Future) 303 return ret0 304 } 305 306 // GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState. 307 func (mr *MockInboundNatScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call { 308 mr.mock.ctrl.T.Helper() 309 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLongRunningOperationState", reflect.TypeOf((*MockInboundNatScope)(nil).GetLongRunningOperationState), arg0, arg1, arg2) 310 } 311 312 // HashKey mocks base method. 313 func (m *MockInboundNatScope) HashKey() string { 314 m.ctrl.T.Helper() 315 ret := m.ctrl.Call(m, "HashKey") 316 ret0, _ := ret[0].(string) 317 return ret0 318 } 319 320 // HashKey indicates an expected call of HashKey. 321 func (mr *MockInboundNatScopeMockRecorder) HashKey() *gomock.Call { 322 mr.mock.ctrl.T.Helper() 323 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HashKey", reflect.TypeOf((*MockInboundNatScope)(nil).HashKey)) 324 } 325 326 // InboundNatSpecs mocks base method. 327 func (m *MockInboundNatScope) InboundNatSpecs() []azure.ResourceSpecGetter { 328 m.ctrl.T.Helper() 329 ret := m.ctrl.Call(m, "InboundNatSpecs") 330 ret0, _ := ret[0].([]azure.ResourceSpecGetter) 331 return ret0 332 } 333 334 // InboundNatSpecs indicates an expected call of InboundNatSpecs. 335 func (mr *MockInboundNatScopeMockRecorder) InboundNatSpecs() *gomock.Call { 336 mr.mock.ctrl.T.Helper() 337 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "InboundNatSpecs", reflect.TypeOf((*MockInboundNatScope)(nil).InboundNatSpecs)) 338 } 339 340 // Location mocks base method. 341 func (m *MockInboundNatScope) Location() string { 342 m.ctrl.T.Helper() 343 ret := m.ctrl.Call(m, "Location") 344 ret0, _ := ret[0].(string) 345 return ret0 346 } 347 348 // Location indicates an expected call of Location. 349 func (mr *MockInboundNatScopeMockRecorder) Location() *gomock.Call { 350 mr.mock.ctrl.T.Helper() 351 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Location", reflect.TypeOf((*MockInboundNatScope)(nil).Location)) 352 } 353 354 // NodeResourceGroup mocks base method. 355 func (m *MockInboundNatScope) NodeResourceGroup() string { 356 m.ctrl.T.Helper() 357 ret := m.ctrl.Call(m, "NodeResourceGroup") 358 ret0, _ := ret[0].(string) 359 return ret0 360 } 361 362 // NodeResourceGroup indicates an expected call of NodeResourceGroup. 363 func (mr *MockInboundNatScopeMockRecorder) NodeResourceGroup() *gomock.Call { 364 mr.mock.ctrl.T.Helper() 365 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeResourceGroup", reflect.TypeOf((*MockInboundNatScope)(nil).NodeResourceGroup)) 366 } 367 368 // ResourceGroup mocks base method. 369 func (m *MockInboundNatScope) ResourceGroup() string { 370 m.ctrl.T.Helper() 371 ret := m.ctrl.Call(m, "ResourceGroup") 372 ret0, _ := ret[0].(string) 373 return ret0 374 } 375 376 // ResourceGroup indicates an expected call of ResourceGroup. 377 func (mr *MockInboundNatScopeMockRecorder) ResourceGroup() *gomock.Call { 378 mr.mock.ctrl.T.Helper() 379 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ResourceGroup", reflect.TypeOf((*MockInboundNatScope)(nil).ResourceGroup)) 380 } 381 382 // SetLongRunningOperationState mocks base method. 383 func (m *MockInboundNatScope) SetLongRunningOperationState(arg0 *v1beta1.Future) { 384 m.ctrl.T.Helper() 385 m.ctrl.Call(m, "SetLongRunningOperationState", arg0) 386 } 387 388 // SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState. 389 func (mr *MockInboundNatScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call { 390 mr.mock.ctrl.T.Helper() 391 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetLongRunningOperationState", reflect.TypeOf((*MockInboundNatScope)(nil).SetLongRunningOperationState), arg0) 392 } 393 394 // SubscriptionID mocks base method. 395 func (m *MockInboundNatScope) SubscriptionID() string { 396 m.ctrl.T.Helper() 397 ret := m.ctrl.Call(m, "SubscriptionID") 398 ret0, _ := ret[0].(string) 399 return ret0 400 } 401 402 // SubscriptionID indicates an expected call of SubscriptionID. 403 func (mr *MockInboundNatScopeMockRecorder) SubscriptionID() *gomock.Call { 404 mr.mock.ctrl.T.Helper() 405 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SubscriptionID", reflect.TypeOf((*MockInboundNatScope)(nil).SubscriptionID)) 406 } 407 408 // TenantID mocks base method. 409 func (m *MockInboundNatScope) TenantID() string { 410 m.ctrl.T.Helper() 411 ret := m.ctrl.Call(m, "TenantID") 412 ret0, _ := ret[0].(string) 413 return ret0 414 } 415 416 // TenantID indicates an expected call of TenantID. 417 func (mr *MockInboundNatScopeMockRecorder) TenantID() *gomock.Call { 418 mr.mock.ctrl.T.Helper() 419 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TenantID", reflect.TypeOf((*MockInboundNatScope)(nil).TenantID)) 420 } 421 422 // Token mocks base method. 423 func (m *MockInboundNatScope) Token() azcore.TokenCredential { 424 m.ctrl.T.Helper() 425 ret := m.ctrl.Call(m, "Token") 426 ret0, _ := ret[0].(azcore.TokenCredential) 427 return ret0 428 } 429 430 // Token indicates an expected call of Token. 431 func (mr *MockInboundNatScopeMockRecorder) Token() *gomock.Call { 432 mr.mock.ctrl.T.Helper() 433 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Token", reflect.TypeOf((*MockInboundNatScope)(nil).Token)) 434 } 435 436 // UpdateDeleteStatus mocks base method. 437 func (m *MockInboundNatScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error) { 438 m.ctrl.T.Helper() 439 m.ctrl.Call(m, "UpdateDeleteStatus", arg0, arg1, arg2) 440 } 441 442 // UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus. 443 func (mr *MockInboundNatScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call { 444 mr.mock.ctrl.T.Helper() 445 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdateDeleteStatus", reflect.TypeOf((*MockInboundNatScope)(nil).UpdateDeleteStatus), arg0, arg1, arg2) 446 } 447 448 // UpdatePatchStatus mocks base method. 449 func (m *MockInboundNatScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error) { 450 m.ctrl.T.Helper() 451 m.ctrl.Call(m, "UpdatePatchStatus", arg0, arg1, arg2) 452 } 453 454 // UpdatePatchStatus indicates an expected call of UpdatePatchStatus. 455 func (mr *MockInboundNatScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call { 456 mr.mock.ctrl.T.Helper() 457 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdatePatchStatus", reflect.TypeOf((*MockInboundNatScope)(nil).UpdatePatchStatus), arg0, arg1, arg2) 458 } 459 460 // UpdatePutStatus mocks base method. 461 func (m *MockInboundNatScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error) { 462 m.ctrl.T.Helper() 463 m.ctrl.Call(m, "UpdatePutStatus", arg0, arg1, arg2) 464 } 465 466 // UpdatePutStatus indicates an expected call of UpdatePutStatus. 467 func (mr *MockInboundNatScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call { 468 mr.mock.ctrl.T.Helper() 469 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdatePutStatus", reflect.TypeOf((*MockInboundNatScope)(nil).UpdatePutStatus), arg0, arg1, arg2) 470 }