chore: Upgrade the mockery version to v2.53.3.

Kubernetes-commit: c1ff9cf4e8113ce17215ac71b3bc7ef419626b64
This commit is contained in:
zhangzhifei16 2025-04-10 21:16:47 +08:00 committed by Kubernetes Publisher
parent 82c2b6c716
commit 335b05fae2

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by mockery v2.40.3. DO NOT EDIT.
// Code generated by mockery v2.53.3. DO NOT EDIT.
package rest
@ -114,7 +114,7 @@ func (_c *MockBackoffManager_Sleep_Call) Return() *MockBackoffManager_Sleep_Call
}
func (_c *MockBackoffManager_Sleep_Call) RunAndReturn(run func(time.Duration)) *MockBackoffManager_Sleep_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}
@ -149,7 +149,7 @@ func (_c *MockBackoffManager_UpdateBackoff_Call) Return() *MockBackoffManager_Up
}
func (_c *MockBackoffManager_UpdateBackoff_Call) RunAndReturn(run func(*url.URL, error, int)) *MockBackoffManager_UpdateBackoff_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}