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
Sebastiaan van Stijn 97c5ae25c4
Replace uses of filters.Include() with filters.Contains()
The `filters.Include()` method was deprecated in favor of `filters.Contains()`
in 065118390a, but still used in various
locations.

This patch replaces uses of `filters.Include()` with `filters.Contains()`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-09-26 13:39:56 +02:00
..
controllers/plugin Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
convert Add unconvert linter 2017-08-24 15:08:31 -04:00
executor Enabling ILB/ELB on windows using per-node, per-network LB endpoint. 2017-09-18 20:27:56 +00:00
provider
cluster.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
configs.go
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
filters.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
filters_test.go
helpers.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
listen_addr.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
listen_addr_linux.go
listen_addr_others.go
listen_addr_solaris.go
networks.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
noderunner.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
nodes.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
secrets.go
services.go Replace uses of filters.Include() with filters.Contains() 2017-09-26 13:39:56 +02:00
swarm.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
tasks.go cluster: Avoid recursive RLock 2017-07-24 10:52:44 -07:00
utils.go