Skip to content

Commit aad60bd

Browse files
committed
fixes from code review
1 parent d25919d commit aad60bd

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
@@ -121,6 +121,9 @@ public HasMetadata clone(HasMetadata object) {
121121
* Retrieves the number of seconds the SDK waits for reconciliation threads to terminate before
122122
* shutting down.
123123
*
124+
* @deprecated use {@link io.javaoperatorsdk.operator.Operator#stop(Duration)} instead. Where the
125+
* parameter can be passed regarding graceful timeout
126+
*
124127
* @return the number of seconds to wait before terminating reconciliation threads
125128
*/
126129
@Deprecated(forRemoval = true)

0 commit comments

Comments
 (0)