You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,9 @@
44
44
45
45
/**
46
46
* Optional configuration of the maximal interval the SDK will wait for a reconciliation request
47
-
* to happen before one will be automatically triggered.
48
-
* The intention behind this feature is to have a failsafe, not to have another way of
49
-
* repeated reconciliation.
50
-
* For that use {@link UpdateControl#rescheduleAfter(long)}.
47
+
* to happen before one will be automatically triggered. The intention behind this feature is to
48
+
* have a failsafe, not to have another way of repeated reconciliation. For that use {@link
49
+
* UpdateControl#rescheduleAfter(long)}.
51
50
*
52
51
* @return the maximal reconciliation interval configuration
0 commit comments