1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster/convert
Sebastiaan van Stijn 687bdc7c71
API: swarm: move PidsLimit to TaskTemplate.Resources
The initial implementation followed the Swarm API, where
PidsLimit is located in ContainerSpec. This is not the
desired place for this property, so moving the field to
TaskTemplate.Resources in our API.

A similar change should be made in the SwarmKit API (likely
keeping the old field for backward compatibility, because
it was merged some releases back)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-05 12:50:38 +02:00
..
config.go
container.go API: swarm: move PidsLimit to TaskTemplate.Resources 2020-06-05 12:50:38 +02:00
network.go daemon/cluster: normalize comment formatting 2019-11-27 15:42:53 +01:00
network_test.go
node.go daemon/cluster: normalize comment formatting 2019-11-27 15:42:53 +01:00
secret.go
service.go API: swarm: move PidsLimit to TaskTemplate.Resources 2020-06-05 12:50:38 +02:00
service_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
swarm.go VXLAN UDP Port configuration support 2018-11-22 17:35:02 -05:00
task.go Add swarm jobs 2020-01-13 13:21:12 -06:00