File tree 1 file changed +4
-4
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ public void installShutdownHook() {
91
91
92
92
/**
93
93
* Adds a shutdown hook that automatically calls {@link #stop()} when the app shuts down. Note
94
- * that graceful shutdown is not always needed, just if you implementation of reconciler requires
95
- * it.
96
- *
94
+ * that graceful shutdown is usually not needed, but your {@link Reconciler} implementations might
95
+ * require it.
96
+ * <p>
97
97
* Note that you might want to tune "terminationGracePeriodSeconds" for the Pod running the
98
98
* controller.
99
99
*
100
- * @param gracefulShutdownTimeout - timeout to wait for executor threads to complete actual
100
+ * @param gracefulShutdownTimeout timeout to wait for executor threads to complete actual
101
101
* reconciliations
102
102
*/
103
103
public void installShutdownHook (Duration gracefulShutdownTimeout ) {
You can’t perform that action at this time.
0 commit comments