From 157b3eb58a02e881d97b7b55a999307b4bf04d39 Mon Sep 17 00:00:00 2001 From: csviri Date: Fri, 16 Jun 2023 10:47:21 +0200 Subject: [PATCH] docs: read only sample link --- docs/documentation/dependent-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/dependent-resources.md b/docs/documentation/dependent-resources.md index b82fc8e7e7..dc206983f6 100644 --- a/docs/documentation/dependent-resources.md +++ b/docs/documentation/dependent-resources.md @@ -471,6 +471,8 @@ as a sample. ## "Read-only" Dependent Resources vs. Event Source +See Integration test for a read-only dependent [here](https://github.com/java-operator-sdk/java-operator-sdk/blob/249b41f3c68c4d0e9c77c41eca647a69a24347b0/operator-framework/src/test/java/io/javaoperatorsdk/operator/PrimaryToSecondaryDependentIT.java). + Some secondary resources only exist as input for the reconciliation process and are never updated *by a controller* (they might, and actually usually do, get updated by users interacting with the resources directly, however). This might be the case, for example, of a `ConfigMap`that is