fabric8io / kubernetes-client

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

CRD-Generator v2: CLI Application #5958

Open baloo42 opened 2 months ago

baloo42 commented 2 months ago

Is your enhancement related to a problem? Please describe

Because the CRD-Generator annotation processor is now deprecated, we need a replacement. (see https://github.com/fabric8io/kubernetes-client/discussions/5942)

Describe the solution you'd like

A CRD-Generator CLI application could search for a top level annotation (or interface) and generate the CRDs using the CRD-Generator v2 api.

Describe alternatives you've considered

No response

Additional context

See also:

baloo42 commented 2 months ago

Protoype: https://github.com/baloo42/kubernetes-client/pull/9