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
* 'feature/app_publish_version' of github.com:iambocai/velaux:
fix: dryrun annotations fix
fix: add annotations on update
fixkubevela#713: duplicate field 'runtime_cluster' in swagger.json
feat(apidoc): Add swagger-3.0.json
feat(oam_application): Support specifying publishVersion when creating or updating oam applications
Describe the bug
Tried the main branch as the OpenAPI spec was fixed for conformance.
Generation was almost successful with one minor failure.
I am trying to generate a Rust client.
https://openapi-generator.tech/docs/generators/rust/
It fails because of a duplicate field 'runtime_cluster' here.
https://github.com/kubevela/velaux/blob/main/docs/apidoc/swagger.json#L8210
Not sure why the field is declared multiple times.
To Reproduce
openapi-generator generate -i ./spec/kubevela.yaml -g rust -o .
Expected behavior
Screenshots
KubeVela Version
Additional context
The text was updated successfully, but these errors were encountered: