gateway-api-rs
gateway-api-rs copied to clipboard
Types should include Status Reason/Condition
Currently the Status Reason/Conditions are missing from the generated types. See RouteConditionReason and RouteConditionType. These are not directly referenced by the openapi schema because they are implicitly considered the String values you should use.
This is by no means a "requirement" as copying those types over is acceptable for now, but it would definitely be easier to implement this API if those types could also be generated somehow.
Yes indeed, that sounds good.
Do you have a project actively using this library?
I do, but not quite ready for public consumption. Hoping to Open Source it in the next couple weeks!
Heya @EItanya :wave:
Just checking in! Wondering about your project, and your potential need for this feature?