Skip to content

Commit 7fe336d

Browse files
committed
docs
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent c1e797d commit 7fe336d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/content/en/blog/news/read-after-write-consistency.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,10 @@ public UpdateControl<WebPage> reconcile(WebPage webPage, Context<WebPage> contex
235235
// it does not match the actual, and will filter our the related event
236236
context.resourceOperations().serverSideApply(managedConfigMap);
237237

238-
// UpdateControl.patchStatus would only cache the resource to filter out events too
239-
// you have to use resourceOperations.
240-
context.resourceOperations().serverSideApplyPrimaryStatus(alterStatusObject(webPage));
238+
// UpdateControl.patchStatus would only cache the resource to
239+
// filter out events too you have to use resourceOperations.
240+
context.resourceOperations().serverSideApplyPrimaryStatus(alterStatusObject(webPage));
241+
241242
return UpdateControl.noUpdate();
242243
}
243244
```

0 commit comments

Comments
 (0)