Skip to content

Commit 9f439b6

Browse files
authored
feat: switch python-asyncio to use openapi-generator v4.2.3 (#146)
1 parent b30bbc3 commit 9f439b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openapi/python-asyncio.sh

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ source "${SETTING_FILE}"
4545

4646
# use openapi-generator to generate library
4747
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
48+
OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.2.3}"
4849

4950
CLIENT_LANGUAGE=python-asyncio
5051
CLEANUP_DIRS=(client/apis client/models docs test)

openapi/python-asyncio.xml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</goals>
1919
<configuration>
2020
<inputSpec>${generator.spec.path}</inputSpec>
21+
<skipValidateSpec>true</skipValidateSpec>
2122
<language>python</language>
2223
<library>asyncio</library>
2324
<gitUserId>kubernetes-client</gitUserId>

0 commit comments

Comments
 (0)