Lucy Linder

Results 33 comments of Lucy Linder

After some investigation, it seems like there is a gzp decoding issue. Shouldn't this raise an exception ?

Any news on this ? As Red Hat announced a Java Operator SDK preview, testing finalizers and dependent resources deletion will become a common use case: [Write Kubernetes with the...

What do you think of defining an annotation, `@ppAtomic`, that would instruct pp to call `toString` on instances of this class ?

I can confirm this is a common use case, especially now that JOSDK supports dependent resources. You thus often end up with one reconciler that watches / handles multiple custom...

no news after one and a half years ? I am looking for this feature as well. I find it very useful when you have defaults, but still want others...

@metacosm thank you for the quick reply :) Let me be more precise with my actual use case, which is to provision external databases. **description** I have an `EdbConfig` (external...

Unfortunately I can't make the code public, but here is an overview. This is the `ExtDbConfig` reconciler, which uses the `EventSourceInitializer` to watch the credentials secret: ```java public class ExtDbConfigReconciler...

wow, awesome ! And what about the credentials secret, how can I access it efficiently (caching would be great) ? Can you give me some pointers on how to implement...

Thank you for the pointers, I will have a look and get back to you !

Just one detail: the config will become a dependent resource with a condition, this I get. But what about the credentials secret ? This one is referenced by the config,...