Skip to content

Commit a7e73cb

Browse files
committed
fixes from code review
1 parent cef4c21 commit a7e73cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ public HasMetadata clone(HasMetadata object) {
119119
* Retrieves the number of seconds the SDK waits for reconciliation threads to terminate before
120120
* shutting down.
121121
*
122+
* @deprecated use {@link io.javaoperatorsdk.operator.Operator#stop(Duration)} instead. Where the
123+
* parameter can be passed regarding graceful timeout
124+
*
122125
* @return the number of seconds to wait before terminating reconciliation threads
123126
*/
124127
@Deprecated(forRemoval = true)

0 commit comments

Comments
 (0)