Attila Mészáros

Results 277 comments of Attila Mészáros

I think it is fine, if it is working it's working. ( As I mentioned it is intentionally `reconcile()` and not just CRUD methods on top level interface. Some cases...

I mean also review usage patter after this is merged: https://github.com/operator-framework/java-operator-sdk/pull/2028/files

Hi @rameshmalla , The managed dependent resources are not interconnected with spring bean container, basically you cannot do this. (Also calling an external service during desired is probably not a...

Note that this work in Quarkus extension, if you want to give that a try.

I mean in general it is a valid use cases to have these beans injected, and have some config params in their. Was referring to this part: https://github.com/rameshmalla/demo-operator/blob/be32d49ac2804f23338b74d2ac254cdfda1e41b6/src/main/java/com/example/demo/ConfigMapDependentResource.java#L27 calling an...

Only problem is that we don't have the bandwidth for such improvements, if anybody would volunteer to implement it in the SB starter, would be a big help.

HI @BramMeerten , updated the webpage sample on this branch, this seems to be working nicely: https://github.com/operator-framework/java-operator-sdk/pull/2088 Thus, just extending the `KubernetesDependentResourceConfig`: ``` public static class MyConfig extends KubernetesDependentResourceConfig {...

Hi @Javatar81 , not sure if I'm following every aspect of this, but are you suggesting that the controller would update the ClusterServiceVersion related to itself? So would update the...

Ok so was confused about OLM part, since it's not related to the core. But otherwise this makes completely sense. just a note: for standalone workflows this won't work /...

> Why not? Could you elaborate why? So there is now no layer where that is processed properly, where this would create the activation condition. But will take a look...