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:
committed by
Kubernetes Prow Robot
parent
e41b173d3e
commit
d0821e65aa
@@ -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}"; \
|
||||
|
||||
Reference in New Issue
Block a user