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 cef4c21 commit a7e73cbCopy full SHA for a7e73cb
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java
@@ -119,6 +119,9 @@ public HasMetadata clone(HasMetadata object) {
119
* Retrieves the number of seconds the SDK waits for reconciliation threads to terminate before
120
* shutting down.
121
*
122
+ * @deprecated use {@link io.javaoperatorsdk.operator.Operator#stop(Duration)} instead. Where the
123
+ * parameter can be passed regarding graceful timeout
124
+ *
125
* @return the number of seconds to wait before terminating reconciliation threads
126
*/
127
@Deprecated(forRemoval = true)
0 commit comments