java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

External dependent resource with state in primary resource status

Open csviri opened this issue 3 months ago • 1 comments

In version 5.1, we added to support storing state in status,see: https://javaoperatorsdk.io/blog/2025/05/22/how-to-guarantee-allocated-values-for-next-reconciliation/

Currently, dependent resources have explicit support for state in a separate resource: https://javaoperatorsdk.io/docs/documentation/dependent-resource-and-workflows/dependent-resources/#external-state-tracking-dependent-resources

would be nice to check on this, if we should support this explicitly in dependent resources, but at least we should provide a sample how to do it.

csviri avatar Sep 30 '25 07:09 csviri

@metacosm @xstefank I think this would be a nice at least to showcase, pls let me know if you want to pick it up sooner, if not I will eventually take a look for v5.3

csviri avatar Sep 30 '25 07:09 csviri