We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2658f90 commit 37662b2Copy full SHA for 37662b2
openapi/java.xml
@@ -29,6 +29,7 @@
29
<configuration>
30
<generateApis>${env.GENERATE_APIS}</generateApis>
31
<generateModelDocumentation>false</generateModelDocumentation>
32
+ <openapiNormalizer>SET_CONTAINER_TO_NULLABLE="array|map"</openapiNormalizer>
33
<importMappings>
34
V1ListMeta=io.kubernetes.client.openapi.models.V1ListMeta,
35
V1ObjectMeta=io.kubernetes.client.openapi.models.V1ObjectMeta,
0 commit comments