Skip to content

Commit 6037da5

Browse files
csvirimetacosm
andcommitted
Update docs/content/en/docs/documentation/reconciler.md
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
1 parent 9ddaf28 commit 6037da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/reconciler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ call the `reconcile` method unless the custom resource is
3838
[marked from deletion](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/#how-finalizers-work).
3939

4040
On the other, if the resource is marked from deletion and if the `Reconciler` implements the
41-
[`Cleaner`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Cleaner.java) interface, only the `cleanup` method is called. By implementing the `Cleaner`
41+
[`Cleaner`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Cleaner.java) interface, only the `cleanup` method is called. By implementing this interface
4242
the framework will automatically handle (add/remove) the finalizers for you.
4343

4444
In short, if you need to provide explicit cleanup logic, you always want to use finalizers; for a more detailed explanation, see [Finalizer support](#finalizer-support) for more details.

0 commit comments

Comments
 (0)