Moemen MHEDHBI

Results 3 issues of Moemen MHEDHBI

Map files, which are one of the building blocks of HAProxy Ingress Controller logic, can be updated at runtime (via runtime socket) to avoid haproxy reload. This was added to...

enhancement

The types generated from the following spec sample will not generate the **enum** definition: ```` openapi: 3.0.0 paths: /test: get: operationId: Test responses: "200": content: application/json: schema: $ref: '#/components/schemas/test' components:...

[EditServer](https://github.com/haproxytech/client-native/blob/master/configuration/server.go#L146) has a linear time complexity because all backend servers are [parsed](https://github.com/haproxytech/client-native/blob/4fa1f12dd448c6a709cda5b40237047f21d37f11/configuration/server.go#L780) for each call. It would be useful to have a constant execution time especially this tend to be...

enhancement