containerd/cmd/ctr/commands/tasks
Kazuyoshi Kato 96b16b447d Use typeurl.Any instead of github.com/gogo/protobuf/types.Any
This commit upgrades github.com/containerd/typeurl to use typeurl.Any.
The interface hides gogo/protobuf/types.Any from containerd's Go client.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
2022-03-24 20:50:07 +00:00
..
attach.go Licence header added 2018-02-19 10:32:26 +09:00
checkpoint.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
delete.go ctr: Unify the delete subcommand alias 2022-01-11 16:21:26 +08:00
exec.go fix: make exec-id flag required in exec command 2021-09-28 18:19:32 +08:00
kill.go Use typeurl.Any instead of github.com/gogo/protobuf/types.Any 2022-03-24 20:50:07 +00:00
list.go Update ctr tasks list usage for quiet flag 2018-04-23 14:53:35 -04:00
metrics.go commands: Enables task metrics for Windows 2021-10-05 09:25:12 -07:00
pause.go Licence header added 2018-02-19 10:32:26 +09:00
ps.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
resume.go Licence header added 2018-02-19 10:32:26 +09:00
start.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tasks_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tasks_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tasks.go Licence header added 2018-02-19 10:32:26 +09:00