File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ It has several attributes:
40
40
(Same as ` reconcilePrecondition ` in Java Operator SDK)
41
41
- ** ` readyPostCondition ` ** - condition to check if the resource is considered to be ready. If a resource is ready all the resources, which depend on it
42
42
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.
43
47
44
48
#### Built-in conditions
45
49
You can’t perform that action at this time.
0 commit comments