mirror of https://github.com/docker/compose.git
Fix tabs vs spaces
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
2278370ffa
commit
fff94aeb6b
|
@ -55,10 +55,10 @@ message ComposeStacksResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
message Stack {
|
message Stack {
|
||||||
string id = 1;
|
string id = 1;
|
||||||
string name = 2;
|
string name = 2;
|
||||||
string status = 3;
|
string status = 3;
|
||||||
string reason = 4;
|
string reason = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message ComposeServicesRequest {
|
message ComposeServicesRequest {
|
||||||
|
@ -73,8 +73,8 @@ message ComposeServicesResponse {
|
||||||
|
|
||||||
message Service {
|
message Service {
|
||||||
string id = 1;
|
string id = 1;
|
||||||
string name = 2;
|
string name = 2;
|
||||||
uint32 replicas = 3;
|
uint32 replicas = 3;
|
||||||
uint32 desired = 4;
|
uint32 desired = 4;
|
||||||
repeated string Ports = 5;
|
repeated string Ports = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue