We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0c8d4 commit c4ae06fCopy full SHA for c4ae06f
src/protos/compose/v1/compose.proto
@@ -55,10 +55,10 @@ message ComposeStacksResponse {
55
}
56
57
message Stack {
58
- string id = 1;
59
- string name = 2;
60
- string status = 3;
61
- string reason = 4;
+ string id = 1;
+ string name = 2;
+ string status = 3;
+ string reason = 4;
62
63
64
message ComposeServicesRequest {
@@ -73,8 +73,8 @@ message ComposeServicesResponse {
73
74
message Service {
75
string id = 1;
76
77
- uint32 replicas = 3;
78
- uint32 desired = 4;
79
- repeated string Ports = 5;
+ uint32 replicas = 3;
+ uint32 desired = 4;
+ repeated string Ports = 5;
80
0 commit comments