Skip to content

First Implementation of CRDTools

Compare
Choose a tag to compare
@alfredomusumeci alfredomusumeci released this 25 Aug 13:48
· 5 commits to main since this release
0fc8ea1

What's Changed

  • Added a Generator class to perform code generation from CRD(s).
  • Added a parser to invoke the tool from the command line; this allows for custom input, custom package name, and custom output name.
  • Tweaked SwaggerCodegen to include an additional annotation within every generated java file.
  • Implemented automatic group and version extraction from CRDs.