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: docsy/content/en/docs/dependent-resources/_index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ For a better understanding it might be worth to study
471
471
a [sample implementation](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/externalstate/ExternalStateReconciler.java)
472
472
without dependent resources.
473
473
474
-
Please also refer to the [docs](/docs/patterns-best-practices#managing-state) for managing state in
474
+
Please also refer to the [docs](/docs/patterns-and-best-practices#managing-state) for managing state in
475
475
general.
476
476
477
477
## Combining Bulk and External State Tracking Dependent Resources
@@ -549,4 +549,4 @@ several benefits:
549
549
resource to participate in conditions, in particular to decide whether the primary
550
550
resource needs/can be reconciled using reconcile pre-conditions, block the progression of the workflow altogether with
551
551
ready post-conditions or have other dependents depend on them, in essence, read-only dependents can participate in
0 commit comments