moby/daemon/cluster
Sebastiaan van Stijn 8846c7e0ae
daemon/cluster/executor/container: fix mixed pointer/value receiver
Got a linter warning on this one, and I don't think eventFilter() was
intentionally using a value (not pointer).

> Struct containerConfig has methods on both value and pointer receivers.
> Such usage is not recommended by the Go Documentation

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-04 00:04:24 +02:00
..
controllers/plugin daemon/cluster: format code with gofumpt 2023-06-29 00:26:32 +02:00
convert remove redundant alias for libnetwork/datastore imports 2023-07-03 23:47:40 +02:00
executor daemon/cluster/executor/container: fix mixed pointer/value receiver 2023-07-04 00:04:24 +02:00
provider Add canonical import comment 2018-02-05 16:51:57 -05:00
cluster.go daemon/cluster: format code with gofumpt 2023-06-29 00:26:32 +02:00
configs.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
filters_test.go daemon: inline filters in tests 2023-04-25 15:13:26 +02:00
helpers.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
listen_addr.go daemon/cluster: format code with gofumpt 2023-06-29 00:26:32 +02:00
listen_addr_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_others.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
networks.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
noderunner.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
nodes.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
secrets.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
services.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
swarm.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
tasks.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
utils.go daemon/cluster: format code with gofumpt 2023-06-29 00:26:32 +02:00
volumes.go volumes: fix error-handling when removing volumes with swarm enabled 2023-03-13 19:17:35 +01:00