Matteo Joliveau

Results 33 comments of Matteo Joliveau

I agree this project is probably on hold, if not abandoned. Would love to hear from VMWare/former Heptio folks if they plan to pick it up or donate the project...

@aantn that seems like great news! Thank you for being willing to keep development going at least for now. I'll try to see if we can help as well. For...

Correct. The reason being that, especially now with Operators, k8s Event objects are a very useful tool to track changes and issues in k8s resources. Currently we have logs, metrics...

Looking forward to it, thanks @aantn!

Hi, I would like to push this PR because it would allow NixOS users like me to use the Browser provider. In NixOS you cannot simply download a random executable...

Cross-linking my comment on the relevant PR: https://github.com/Versent/saml2aws/pull/816#issuecomment-1174781406 This feature would allow `saml2aws` to work flawlessly on NixOS/other non-FHS linux distributions, which are broken at the moment.

Hi @clux, reviving this old issue to inquire regarding its status, specifically about helpers for owner refs. I've been porting a subset of [controllerutils](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/controller/controllerutil) to Rust to implement functions like...

My helpers do not interact with any API by themselves. They're a straight port of controllerutil and only modify the Resource. For instance here is the signature for `set_controller_reference` ```rust...

No worries @MarcoIeni, totally understandable! I personally prefere to have unit tests not depend on external network targets, but it's true that mocking is hard to do right. I'll consider...

I'm sorry you didn't have fun, is there something specifically that can be improved in order to make the codebase more pleasant to work with?