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 e404590 commit 148aeb5Copy full SHA for 148aeb5
docs/content/en/docs/documentation/reconciler.md
@@ -168,4 +168,4 @@ You can specify the name of the finalizer to use for your `Reconciler` using the
168
[`@ControllerConfiguration`](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java)
169
annotation. If you do not specify a finalizer name, one will be automatically generated for you.
170
171
-From v5, by default, the finalizer is added using the Served Side Apply. See also UpdateControl in docs.
+From v5, by default, the finalizer is added using Server Side Apply. See also `UpdateControl` in docs.
0 commit comments