Update controller's start response to incldue pid and labels
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
@@ -100,6 +100,8 @@ message ControllerStartRequest {
|
||||
message ControllerStartResponse {
|
||||
string sandbox_id = 1;
|
||||
uint32 pid = 2;
|
||||
google.protobuf.Timestamp created_at = 3;
|
||||
map<string, string> labels = 4;
|
||||
}
|
||||
|
||||
message ControllerShutdownRequest {
|
||||
|
||||
Reference in New Issue
Block a user