We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30bbc3 commit 9f439b6Copy full SHA for 9f439b6
openapi/python-asyncio.sh
@@ -45,6 +45,7 @@ source "${SETTING_FILE}"
45
46
# use openapi-generator to generate library
47
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
48
+OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.2.3}"
49
50
CLIENT_LANGUAGE=python-asyncio
51
CLEANUP_DIRS=(client/apis client/models docs test)
openapi/python-asyncio.xml
@@ -18,6 +18,7 @@
18
</goals>
19
<configuration>
20
<inputSpec>${generator.spec.path}</inputSpec>
21
+ <skipValidateSpec>true</skipValidateSpec>
22
<language>python</language>
23
<library>asyncio</library>
24
<gitUserId>kubernetes-client</gitUserId>
0 commit comments