containerd/cmd
Brian Goff 1a10211e3f WithLease: always return context and done fn
We should never return a nil context because of the way this function is
typically used... e.g.

```
  ctx, done, err := containerd.WithLease(ctx)
```

If there is an error `ctx` will be nil and any error handling may cause
an NPE if it tries to use `ctx`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-04-25 21:16:43 -07:00
..
containerd service_windows.go: remove unused "service" variable 2020-03-10 12:36:23 +01:00
containerd-shim Add retry and non-blocking send for exit events 2019-08-16 13:55:05 +00:00
containerd-shim-runc-v1 Fix linter errors 2019-07-14 20:49:40 -07:00
containerd-shim-runc-v2 Fix linter errors 2019-07-14 20:49:40 -07:00
containerd-stress Fix density spec generation 2019-09-17 16:21:25 -04:00
ctr WithLease: always return context and done fn 2020-04-25 21:16:43 -07:00
gen-manpages man: move ctr.1, containerd-config to section 8, and fix generation 2020-04-03 12:32:52 +02:00
protoc-gen-gogoctrd Update ttrpc for containerd repo 2018-06-28 09:53:40 -04:00