Chris Laprun

Results 373 comments of Chris Laprun

The problem is that the matcher is generic so it'd have to introspect the structure to figure out the type and do the appropriate conversions before checking for equality so...

One option could be to have specific matchers for specific types to avoid this issue but that would add quite a maintenance burden as we'd need to ensure that these...

Maybe we should add your utility method (or some form of it) on the `Quantity` class in the client, @Donnerbart?

> 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...

> 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()`? Yes....

Modifying the `sanitizeState` method seems reasonable to me.

@murillio4 can you create an issue for this, please, mentioning specifically which methods you'd like to see be made accessible?

Fixed in #2565 and #2568.