[feat/python-asyncio] switch openapi generator to 5.4.0 (#222)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user