Files
moby/api/types
Sebastiaan van Stijn 84748c7d4e API: split types for Resources Reservations and Limits
This introduces A new type (`Limit`), which allows Limits
and "Reservations" to have different options, as it's not
possible to make "Reservations" for some kind of limits.

The `GenericResources` have been removed from the new type;
the API did not handle specifying `GenericResources` as a
_Limit_ (only as _Reservations_), and this field would
therefore always be empty (omitted) in the `Limits` case.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-18 14:21:23 +02:00
..
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2019-11-27 15:37:30 +01:00
2019-09-18 12:56:54 +02:00
2018-05-20 13:07:17 +02:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2016-10-31 11:13:41 -04:00
2016-10-31 11:16:02 -04:00
2018-05-15 12:09:42 +02:00
2018-09-08 16:58:03 +08:00
2020-04-17 07:20:01 +09:00