Skip to content

Commit 42d037d

Browse files
authored
docs: remove obsolete caveat for resource listing (#3465)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 00e2728 commit 42d037d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@ If your reconciler is built around the assumption that new reconciliations would
231231
`reschedule` method is provided on `UpdateControl` to immediately reschedule a new reconciliation, to mimic the previous
232232
behavior.
233233

234-
### Caveats
235-
236-
- This feature is implemented on top of the Fabric8 client informers, using additional caches in `InformerEventSource`,
237-
so it is safe to use `context.getSecondaryResources(..)` or `InformerEventSource.get(ResourceID)`methods. Listing
238-
resources directly via `InformerEventSource.list(..)`, however, won't work since this method directly reads from the
239-
underlying informer cache, thus bypassing the additional caches that make the feature possible.
240-
241-
242234
### Notes
243235
- This [talk](https://www.youtube.com/watch?v=HrwHh5Yh6AM&t=1387s) mentions this feature.
244236
- [Umbrella issue](https://github.com/operator-framework/java-operator-sdk/issues/2944) on GitHub.

0 commit comments

Comments
 (0)