Files
haskell/kubernetes/lib/Kubernetes
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
..
2019-03-13 07:46:12 -07:00