moby/daemon/cluster/convert
Cory Snider 7b0ab1011c Vendor dependency cycle-free swarmkit
Moby imports Swarmkit; Swarmkit no longer imports Moby. In order to
accomplish this feat, Swarmkit has introduced a new plugin.Getter
interface so it could stop importing our pkg/plugingetter package. This
new interface is not entirely compatible with our
plugingetter.PluginGetter interface, necessitating a thin adapter.

Swarmkit had to jettison the CNM network allocator to stop having to
import libnetwork as the cnmallocator package is deeply tied to
libnetwork. Move the CNM network allocator into libnetwork, where it
belongs. The package had a short an uninteresting Git history in the
Swarmkit repository so no effort was made to retain history.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2024-02-28 09:46:45 -05:00
..
config.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
container.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
network.go libnetwork: move datastore Scope consts to libnetwork/scope 2023-07-28 21:56:48 +02:00
network_test.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
node.go Fix missing Topology in NodeCSIInfo 2023-06-23 11:45:50 -05:00
node_test.go daemon/cluster: format code with gofumpt 2023-06-29 00:26:32 +02:00
pluginadapter.go Vendor dependency cycle-free swarmkit 2024-02-28 09:46:45 -05:00
secret.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
service.go api/t/swarm: Fix deprecation for ServiceSpec.Networks 2023-11-21 10:54:53 +01:00
service_test.go rename "image" vars to prevent conflicts with imports 2024-01-19 12:49:53 +01:00
swarm.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
task.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
volume.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
volume_test.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00