kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

Fix issues with nginx-ingress generator #91

Closed kylehodgetts closed 3 years ago

kylehodgetts commented 3 years ago

Fix issue where resources weren't being properly split based on sub options in openapi spec.

Fixed issue where couldn't create separate ingress resource for the root path when the base path was the root path /.

Fixed issue where generator was opting for the path level options even if they were empty and should have used the global options instead

Checklist