File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
docs/content/en/docs/documentation Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
226225Without going further into the details, this won't work if ` ConfigurtionService.parseResourceVersionsForEventFilteringAndCaching `
227226is 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
231230As an alternative, for very rare cases when ` ConfigurtionService.parseResourceVersionsForEventFilteringAndCaching `
232231needs to be set to ` false ` you can use an explicit caching approach:
You can’t perform that action at this time.
0 commit comments