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

Kusk generates invalid resource names #199

Closed olensmar closed 2 years ago

olensmar commented 2 years ago

It seems that when using path-level specific annotations - Kusk sometimes generates resources containing the corresponding operationId - without converting names to lowercase. If I have a path findByStatus, this will result in a name containing findByStatus - which should be converted to findbystatus to comply with k8s naming rules - see below error message

image