Attila Mészáros
Attila Mészáros
The current approach assumes that use overrides the `equals` method: https://github.com/operator-framework/java-operator-sdk/blob/a32f4c74d1b09e6c9cde17a9e3eb486538d70d70/sample-operators/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/schema/Schema.java#L29 If he cannot do that still can override the `selectTargetSecondaryResource`: https://github.com/operator-framework/java-operator-sdk/blob/a32f4c74d1b09e6c9cde17a9e3eb486538d70d70/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/AbstractDependentResource.java#L137 But as we discussed I also see that...
Hi @gnfpt , thank you for the issues, could you pls provide a minimalistic reproducer?
Started to prototype this, the thing is that there is a OTel adapter for micrometer: https://docs.micrometer.io/micrometer/reference/implementations/otlp.html So it should be already possible to integrate with OTel. A native support still...
Added for now into 6.0 but we can check on this as soon as officially available in Kubernetes
see kep: https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/5504-comparable-resource-version
checking the KEP, they are actually not changing anything, just adding utility and tests.
> @csviri can you tell quickly what is wrong with that test? To me, it looks reasonable and on par with what a user would expect… I don't see an...
> Another thing I see in some articles about Go informers that there should be some waiting for the cache to be synched, how should that be done? See it...
Hi, The Idea with the current implementation is that allows custom use cases. So to implement this you can simply register an informer with favric8 flient before the operator is...
There are several approaches users configure this, one is to watch a config map, other would be what you described. We could think about some supporting classes, but would not...