Donnerbart
Donnerbart
Ability to extend functionality of existing matchers like `SSABasedGenericKubernetesResourceMatcher`
Thanks for the implementation! I think that `protected matches()` method will work for us, as long as we can get access to the primary resource (e.g. via the context). What's...
We are facing the same issue and solved this by actually creating our desired resource in the format that K8s would transform into. With this approach the actual and desired...
I'm really bad at reading GoLang code. Could someone help me find the code in K8s that does this transformation? Maybe we can re-implement that 1:1 in Java to have...
I think that would be a great solution. Maybe something like `public Quantity asKubernetesFormat()` for the `Quantity` class and `public A asKubernetesFormat()` for the `QuantityBuilder`? Or maybe `asKubernetesSerializationFormat()`? > (Note...
I had a first look a this, and I'm not sure anymore if this is the right way to go. The canonical format conversion is complex with a lot of...
I finally had some time to continue the work on this and provided a PR with a possible fix. I've targeted the `next` branch, but (if accepted) would also like...
We would also need this option. Our use-case is to store a state in an artifact on the first run. In case we need to re-run a failed job (e.g....
I want to second this feature. Even with the overlay option, the app is still in my [ALT]+[TAB] rotation (which is very annoying). Looks like there is a dependency that...
Hi Albert, thanks for reporting this. We already have plans to improve this part of the configuration. The operator is using the Quarkus Operator SDK that supports namespaced operations. This...
It would require a loop in the template for all configured namespaces, but also a bit of research and thorough testing which K8s permissions work with a `RoleBinding` and which...