You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: