improve: add setMaxInterval(Duration) for GenericRetry by csviri · Pull Request #3297 · operator-framework/java-operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 239
Merged
Conversation
Copilot AI review requested due to automatic review settings
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a Duration-based overload for configuring GenericRetry’s maximum retry interval, aligning the API with the existing Duration overload for initialInterval and improving call-site ergonomics.
Changes:
- Add
GenericRetry#setMaxInterval(Duration)delegating to the existing millisecond-based setter.
csviri added a commit to csviri/java-operator-sdk that referenced this pull request
…ework#3297) Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters