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

ambassador: duplicate RateLimit CRDs on rate limit groups #161

Closed dobegor closed 3 years ago

dobegor commented 3 years ago

Describe the bug Ambassador generator may generate duplicate RateLimit CRDs if rate limit group is specified. This does not affect actual rate limiting since these CRDs have different names, but it should be fixed anyway.

Expected behavior No duplicates should be generated.