Skip to content

Commit e2e8de2

Browse files
committed
docs
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 860f116 commit e2e8de2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/reference.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ It has several attributes:
4040
(Same as `reconcilePrecondition` in Java Operator SDK)
4141
- **`readyPostCondition`** - condition to check if the resource is considered to be ready. If a resource is ready all the resources, which depend on it
4242
can proceed in reconciliation.
43+
- **`useSSAMatcher`** - Match resources with Java Operator SDK Server Side Apply based matcher (default `true`). Matching resources
44+
is makes the reconciliation much more efficient, since controller updates the resource only if truly changed. However,
45+
it is not possible to match resources because of some characteristics of Kubernetes API (default values, value conversions, etc)
46+
so you can always opt out the matching, and update the resource on every reconciliation.
4347

4448
#### Built-in conditions
4549

0 commit comments

Comments
 (0)