Florent Flament

Results 6 comments of Florent Flament

Hi, It looks like this refactoring could be achieved with the same level of log details by using Reflection. Would that be the way to go ? I'd like to...

Hi, So I've been thinking about the implementation, and found out that the `parentsMatch` and `listenerMatch` functions have a lot of specifics (i.e `v1alpha2.RouteParentStatus` and `v1alpha2.ListenerStatus` are not checked the...

Hi, I ended up writing a generic listMatch function (see PR): ``` func listMatch[elementType any](t *testing.T, expected, actual []elementType, matcher func(*testing.T, elementType, elementType) bool) bool { if len(expected) != len(actual)...

Hi Nick, Sure, I can rebase this PR. Don't hesitate to tell me if this requires further rework, or whether this is still relevant. Regards