Skip to content

Commit 0a79dd7

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent a510cc7 commit 0a79dd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
205205

206206
// update with SSA requires a fresh copy
207207
var freshCopy = createFreshCopy(primary);
208-
209208
freshCopy.getStatus().setValue(statusWithState());
210209

211210
var updatedResource = PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatus(resource, freshCopy, context);
@@ -226,7 +225,7 @@ This approach works with the default configuration of the framework and should b
226225
Without going further into the details, this won't work if `ConfigurtionService.parseResourceVersionsForEventFilteringAndCaching`
227226
is set to `false` (more precisely there are some edge cases when it won't work). For that case framework provides the following solution:
228227

229-
#### Using `PrimaryResourceCache` cache
228+
#### Fallback approach: using `PrimaryResourceCache` cache
230229

231230
As an alternative, for very rare cases when `ConfigurtionService.parseResourceVersionsForEventFilteringAndCaching`
232231
needs to be set to `false` you can use an explicit caching approach:

0 commit comments

Comments
 (0)