fabric8io / kubernetes-client

Java client for Kubernetes & OpenShift
http://fabric8.io
Apache License 2.0
3.39k stars 1.46k forks source link

Replace Go model generation for openshift-model #6259

Closed manusa closed 6 hours ago

manusa commented 1 month ago

Description

Part of #6130

Replace model generation for openshift-model module with new OpenAPI approach.

[!Note] For OpenShift models there are going to be multiple conflicts with the previously generated code. The openapi-generator won't reuse some of the types since OpenShift's OpenAPI spec hasn't got shared references and model types are defined inline.

Tasks

manusa commented 1 week ago

We need to extract those packages that are not part of the main API to openshift-model-miscellaneous

Preserved

Extracted to openshift-model-miscellaneous