1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
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
..
executor/containerd Decouple plugin manager from libcontainerd package 2017-09-19 12:17:55 -04:00
v2 Update containerd to 06b9cb35161009dcb7123345749fef02f7cea8e0 2017-08-21 12:04:07 -07:00
backend_linux.go Replace uses of filters.Include() with filters.Contains() 2017-09-26 13:39:56 +02:00
backend_unsupported.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
blobstore.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
defs.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
events.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager.go Decouple plugin manager from libcontainerd package 2017-09-19 12:17:55 -04:00
manager_linux.go Decouple plugin manager from libcontainerd package 2017-09-19 12:17:55 -04:00
manager_solaris.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
manager_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00
manager_windows.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
store.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
store_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00