-
Notifications
You must be signed in to change notification settings - Fork 219
refactor: ReconciliationMaxInterval -> MaxReconciliationInterval #1343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Should not we just rename this? and put it into migration guide also. It will look quite ugly in the main APIs. Doubting that much people using this, and it is easy to migrate. |
Not sure if the wording is even better this way tbh. |
The current wording doesn't follow English rules :) |
fair enough :) |
@@ -39,6 +49,9 @@ | |||
public class AnnotationControllerConfiguration<P extends HasMetadata> | |||
implements io.javaoperatorsdk.operator.api.config.ControllerConfiguration<P> { | |||
|
|||
private static final Logger log = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this used somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left two things to check
/** | ||
* @deprecated use {@link #NO_MAX_RECONCILIATION_INTERVAL} instead | ||
*/ | ||
@Deprecated(forRemoval = true) | ||
public static final long NO_RECONCILIATION_MAX_INTERVAL = -1L; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed I guess
Kudos, SonarCloud Quality Gate passed! |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.