containerd/runtime
Brian Goff 0a8802df67 Allow WithServices to use custom implementations
Before this change, for several of the services that `WithServices`
handles, only the grpc client is supported.
Now, for instance, one can use an `images.Store` directly instead of
only an `imagesapi.StoreSlient`.

Some of the methods have been renamed to satisfy the difference between
using a grpc `<Foo>Client` vs the main interface.

I did not see a good candidate for TaskService so have left that mostly
unchanged.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-07-09 23:30:40 +00:00
..
linux/runctypes Update gogo/protobuf to v1.3.2 2021-01-28 12:57:50 +00:00
opts support cgroup2 2019-12-12 02:56:51 +09:00
restart Allow WithServices to use custom implementations 2021-07-09 23:30:40 +00:00
v1 Cleanup code 2021-04-19 16:59:45 +08:00
v2 Merge pull request #5617 from fidencio/wip/shimv2-debug 2021-06-17 10:08:51 -07:00
events.go Licence header added 2018-02-19 10:32:26 +09:00
monitor.go Licence header added 2018-02-19 10:32:26 +09:00
runtime.go Add variable names to runtime's interface definitions 2021-04-15 12:03:13 -07:00
task_list.go Runtime v2 2018-07-17 10:21:29 -04:00
task.go Add variable names to runtime's interface definitions 2021-04-15 12:03:13 -07:00
typeurl.go Licence header added 2018-02-19 10:32:26 +09:00