Add nullable arrays and maps. (#267)

This commit is contained in:
Brendan Burns
2024-09-09 11:32:05 -07:00
committed by GitHub
parent 2658f902d3
commit 37662b2a59

View File

@@ -29,6 +29,7 @@
<configuration>
<generateApis>${env.GENERATE_APIS}</generateApis>
<generateModelDocumentation>false</generateModelDocumentation>
<openapiNormalizer>SET_CONTAINER_TO_NULLABLE="array|map"</openapiNormalizer>
<importMappings>
V1ListMeta=io.kubernetes.client.openapi.models.V1ListMeta,
V1ObjectMeta=io.kubernetes.client.openapi.models.V1ObjectMeta,