[feat/python-asyncio] switch openapi generator to 5.4.0 (#222)

This commit is contained in:
Tomasz Prus
2022-03-17 21:54:42 +01:00
committed by GitHub
parent 34ea9c4d4e
commit 6f03521994
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ source "${SETTING_FILE}"
# use openapi-generator to generate library # use openapi-generator to generate library
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh" source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.2.3}" OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v5.4.0}"
CLIENT_LANGUAGE=python-asyncio CLIENT_LANGUAGE=python-asyncio
CLEANUP_DIRS=(client/apis client/models docs test) CLEANUP_DIRS=(client/apis client/models docs test)

View File

@@ -19,7 +19,7 @@
<configuration> <configuration>
<inputSpec>${generator.spec.path}</inputSpec> <inputSpec>${generator.spec.path}</inputSpec>
<skipValidateSpec>true</skipValidateSpec> <skipValidateSpec>true</skipValidateSpec>
<generatorName>python</generatorName> <generatorName>python-legacy</generatorName>
<library>asyncio</library> <library>asyncio</library>
<gitUserId>kubernetes-client</gitUserId> <gitUserId>kubernetes-client</gitUserId>
<gitRepoId>python</gitRepoId> <gitRepoId>python</gitRepoId>