First Implementation of CRDTools
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.