-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scripts to generate sdk for all frameworks (#1389)
* Slim OpenAPI definitions by removing unrelated api openapi-gen input-dirs includes a few k8s.io/api and k8s.io/apimachinery packages which makes openapi_generated.go very large. Swagger files created by them are large as well. This change help remove unnecessary references. Signed-off-by: Jiaxin Shan <[email protected]> * Update OpenAPI generation scripts 1. Update gen-sdk.sh and main.go to support all frameworks 2. Generate swagger.json for all frameworks Signed-off-by: Jiaxin Shan <[email protected]> * Merge swagger files into one The swagger.json can not be merged smartly. I manually update info.description, info.title in hack/python-sdk/swagger.json Signed-off-by: Jiaxin Shan <[email protected]>
- Loading branch information
Showing
15 changed files
with
2,064 additions
and
54,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.