Skip to content

Releases: goldmansachs/crdtools

CRDTools v0.1.4

07 Aug 16:39
298383d
Compare
Choose a tag to compare

What's Changed

  • Overrride max file size limit for YAMLParser by setting maxYamlCodePoints by @areyia in #66

New Contributors

Full Changelog: 0.1.3...0.1.4

CRDTools v0.1.3

15 Mar 17:00
4eb51a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

CRDTools v0.1.2

26 Aug 13:06
4d74b15
Compare
Choose a tag to compare

What's Changed

  • Added an option to spit out an all-specs.yaml file from the extracted OpenAPI specs.

CRDTools v0.1.1

25 Aug 16:14
961a29c
Compare
Choose a tag to compare

What's Changed

  • Upgraded SwaggerCodegen to the latest version.
  • Set generator skipInLineModelMatches option to true.

First Implementation of CRDTools

25 Aug 13:48
0fc8ea1
Compare
Choose a tag to compare

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.