We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25919d commit aad60bdCopy full SHA for aad60bd
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java
@@ -121,6 +121,9 @@ public HasMetadata clone(HasMetadata object) {
121
* Retrieves the number of seconds the SDK waits for reconciliation threads to terminate before
122
* shutting down.
123
*
124
+ * @deprecated use {@link io.javaoperatorsdk.operator.Operator#stop(Duration)} instead. Where the
125
+ * parameter can be passed regarding graceful timeout
126
+ *
127
* @return the number of seconds to wait before terminating reconciliation threads
128
*/
129
@Deprecated(forRemoval = true)
0 commit comments