cri-o/server
Antonio Murdaca cbe2a68ce5
execsync: return proper error description
The gprc execsync client call doesn't populate `ExecSyncResponse` on
error at all. You just get an error.
This patch modifies the code to include command's streams, exit code
and error direcly into the error. `ocic` will then print useful
infomation in the cli, otherwise it won't.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-11-24 12:11:04 +01:00
..
config.go server: make logDir configurable 2016-10-31 23:26:42 +11:00
container.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
container_attach.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_create.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_exec.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_execsync.go execsync: return proper error description 2016-11-24 12:11:04 +01:00
container_list.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_portforward.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_remove.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_start.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_status.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_stop.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_updateruntimeconfig.go server: split containers actions 2016-11-22 18:38:05 +01:00
image_list.go server: split images actions 2016-11-22 23:05:37 +01:00
image_pull.go server: split images actions 2016-11-22 23:05:37 +01:00
image_remove.go server: split images actions 2016-11-22 23:05:37 +01:00
image_status.go server: split images actions 2016-11-22 23:05:37 +01:00
runtime_status.go server: split containers actions 2016-11-22 18:38:05 +01:00
sandbox.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
sandbox_list.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
sandbox_remove.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
sandbox_run.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
sandbox_status.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
sandbox_stop.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
server.go Merge pull request #169 from cyphar/make-configurable 2016-11-10 14:55:29 +01:00
utils.go server: split sandboxes actions 2016-11-22 23:23:01 +01:00
version.go version: Fix parsing for gRPC version 2016-11-15 09:26:11 +01:00