You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/dependent-resources.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,8 @@ as a sample.
402
402
For a better understanding it might be worth to study a [sample implementation](https://github.com/java-operator-sdk/java-operator-sdk/blob/f5ffcfb6f546d79b4bab04ea503c8bad9d6acce6/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/externalstate/ExternalStateReconciler.java)
403
403
without dependent resources.
404
404
405
+
See also [docs for managing](/docs/patterns-best-practices#managing-state) state in general.
406
+
405
407
## Combining Bulk and Explicit State Dependent Resources
406
408
407
409
The bulk and the and explicit state dependent resource features can be combined. In that case for each external resource
0 commit comments