feat: introduce openapi-generator (#95)

* move files related to swagger-codegen to dedicated directory

* add script to build clients by openapi-generator

* python-asyncio is build by openapi-generator
This commit is contained in:
Tomasz Prus
2019-01-15 07:52:13 +01:00
committed by Kubernetes Prow Robot
parent e41b173d3e
commit d0821e65aa
18 changed files with 301 additions and 121 deletions

View File

@@ -43,7 +43,7 @@ pushd "${OUTPUT_DIR}" > /dev/null
OUTPUT_DIR=`pwd`
popd > /dev/null
source "${SCRIPT_ROOT}/client-generator.sh"
source "${SCRIPT_ROOT}/swagger-codegen/client-generator.sh"
source "${SETTING_FILE}"
SWAGGER_CODEGEN_COMMIT="${SWAGGER_CODEGEN_COMMIT:-d2b91073e1fc499fea67141ff4c17740d25f8e83}"; \