move work on execution service

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2016-12-05 14:15:03 -08:00
parent dd5f74edec
commit c857213b4c
15 changed files with 596 additions and 1016 deletions

View file

@ -14,8 +14,8 @@ service ExecutionService{
message CreateContainerRequest {
string id = 1 [(gogoproto.customname) = "ID"];
string bundle_path = 2;
string stdin = 3;
string bundle_path = 2;
string stdin = 3;
string stdout = 4;
string stderr = 5;
}
@ -38,5 +38,3 @@ message ListContainersRequest {
message ListContainersResponse {
repeated Container containers = 1;
}