Skip to content

Commit b7a5ed8

Browse files
committed
fix: backport feature to 7.1 so update since version
1 parent 3a821d4 commit b7a5ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/api/ConfigurableReconciler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* configuration at runtime
1212
*
1313
* @param <P> the primary resource type of the reconciler
14-
* @since 7.2
14+
* @since 7.1.3
1515
*/
1616
public interface ConfigurableReconciler<P extends HasMetadata> {
1717
/**

0 commit comments

Comments
 (0)