Chris Baker
1c7c599372
more testing for ScalingPolicy, mainly around parsing and canonicalization for Min/Max
2020-03-24 19:43:50 +00:00
Chris Baker
e831ec3bd5
added new int64ToPtr method to api/util to avoid pulling in other packages
2020-03-24 14:39:05 +00:00
Alex Dadgar
4f89ce03fc
Update comment on int8ToPtr
2019-01-30 12:23:14 -08:00
Alex Dadgar
bc42873e07
Change types of weights on spread/affinity
2019-01-30 12:20:38 -08:00
Mahmood Ali
b1293a8993
api: move formatFloat function
...
`helpers.FormatFloat` function is only used in `api`. Moving it and
marking it as private. We can re-export it if we find value later.
2019-01-18 15:31:31 -05:00
Mahmood Ali
41c3250ee5
api: embed pointer conversion functions
...
Embed pointer conversion functions in the API package to avoid
unnecessary package dependency. `helper` package imports more
dependencies relevant for internal use (e.g. `hcl`).
2019-01-18 15:31:04 -05:00