1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router/swarm
Sebastiaan van Stijn 157c53c8e0
Add API support for PidsLimit on services
Support for PidsLimit was added to SwarmKit in docker/swarmkit/pull/2415,
but never exposed through the Docker remove API.

This patch exposes the feature in the repote API.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-15 22:37:42 +02:00
..
backend.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
cluster.go Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
cluster_routes.go swarm: fix API version detection 2020-04-14 21:05:49 +02:00
helpers.go Add API support for PidsLimit on services 2020-04-15 22:37:42 +02:00
helpers_test.go Add API support for PidsLimit on services 2020-04-15 22:37:42 +02:00