Attila Mészáros
Attila Mészáros
Just a small remark, discriminators are probably going away in v5: https://github.com/operator-framework/java-operator-sdk/pull/2252 https://github.com/operator-framework/java-operator-sdk/issues/2253
I was updating the API for this use case, see related PR. But realized that `getSecondaryResource` always can be called. So you can just call that set the `spec.template` part...
See sample here: https://github.com/java-operator-sdk/java-operator-sdk/pull/1746 I think this is good enough, no need to explicitly put the resource in to `desrire(...)` api. Unless you think otherwise @andreaTP or @metacosm
replaced by: https://github.com/operator-framework/java-operator-sdk/pull/2205
Just some thoughts: `CR delay (time between the CR created and first detected by an operator)` : This is a little problematic since, we don't know if a resource was...
will close this issue, added then mentioned metrics, expect the one I commented above, and informer count (since it might not trivial to add in the current architecture, also it's...
@scrocquesel fixed this here: https://github.com/java-operator-sdk/java-operator-sdk/pull/1595 pls take a look if you have some time. it is quite simple this way.
replaced by: https://github.com/java-operator-sdk/java-operator-sdk/pull/1746
Hi @Donnerbart , this does not seems to be a standard use case for sure :) For the beginning some notes: - there are some problems with SSA in some...