Commit Graph

11 Commits

Author SHA1 Message Date
Jon Schoning
c04d857e88 re-gen kubernetes with updated generator commit 2022-05-29 14:09:38 -07:00
Jon Schoning
7522b3fe86 udpate openapi-generator commit; fixes for ghc-9 2021-09-14 18:40:45 -05:00
Jon Schoning
93235ad70c regen for kubernetes release-1.20 2021-02-14 19:30:50 -06:00
Jon Schoning
fbb260a796 update to Kubernetes 1.16 2019-10-07 10:36:38 -05:00
Irvi Aini
544b5267f2 Bump version to 1.14 2019-05-15 17:23:25 +07:00
Jon Schoning
7a0b709549 Add custom types IntOrString and Quantity
- regen with import-mappings
- add CustomTypes and CustomInstances
- update openapi-generator commit

Instead of A.Value, IntOrString becomes a sum type with constructors IntOrStringI and IntOrStringS
Instead of Text, Quantity becomes a newtype over Text. Currently no custom construction or serialization is implemeneted (i.e. the Text should be the wire format)
  See CustomTypes.hs for details on the Quantity type.
2019-03-28 14:39:40 -05:00
Shimin Guo
ec97160bc8 Generate from v1.13.4 2019-03-13 07:46:12 -07:00
Shimin Guo
6d0ee58ade rerun codegen 2019-03-11 22:45:15 -07:00
Shimin Guo
9ac01d2c31 new package name and module base 2019-01-30 13:04:51 -08:00
Shimin Guo
fd9374f4f1 Regenerate the haskell client
Changes:
- Correct handling of */* mime types
- The API module split into submodules
- Allow non-unique operation IDs. Previously when there was one monolithic API module, operations with the same IDs under different prefixes (e.g. getAPIGroup) were appended numbers to disambiguate them. Now they live in different modules, it's OK for them to have the same IDs.
2018-01-11 08:19:40 +00:00
mbohlool
3cb442629a Add first version of generated client 2017-12-21 14:06:07 -08:00