You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Fix the indentation to allow jane-openapi generate to work
Signed-off-by: Jeremy Leherpeur <jeremy.leherpeur@yousign.fr>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit cf315bedc5d811b4200e49b477db99928ab28ee7)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 834f0f19c57342ceea99cb7495fde6b803b2dfd7
Component: engine
Copy file name to clipboardExpand all lines: components/engine/api/swagger.yaml
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3280,8 +3280,8 @@ definitions:
3280
3280
type: "object"
3281
3281
properties:
3282
3282
Mode:
3283
-
description: "The mode of resolution to use for internal load balancing
3284
-
between tasks."
3283
+
description: |
3284
+
The mode of resolution to use for internal load balancing between tasks.
3285
3285
type: "string"
3286
3286
enum:
3287
3287
- "vip"
@@ -6453,10 +6453,11 @@ paths:
6453
6453
type: "string"
6454
6454
- name: "networkmode"
6455
6455
in: "query"
6456
-
description: "Sets the networking mode for the run commands during
6457
-
build. Supported standard values are: `bridge`, `host`, `none`, and
6458
-
`container:<name|id>`. Any other value is taken as a custom network's
6459
-
name to which this container should connect to."
6456
+
description: |
6457
+
Sets the networking mode for the run commands during build. Supported
6458
+
standard values are: `bridge`, `host`, `none`, and `container:<name|id>`.
6459
+
Any other value is taken as a custom network's name or ID to which this
6460
+
container should connect to.
6460
6461
type: "string"
6461
6462
- name: "Content-type"
6462
6463
in: "header"
@@ -9545,17 +9546,19 @@ paths:
9545
9546
type: "integer"
9546
9547
- name: "registryAuthFrom"
9547
9548
in: "query"
9549
+
description: |
9550
+
If the `X-Registry-Auth` header is not specified, this parameter
9551
+
indicates where to find registry authorization credentials.
9548
9552
type: "string"
9549
-
description: "If the X-Registry-Auth header is not specified, this
9550
-
parameter indicates where to find registry authorization credentials. The
9551
-
valid values are `spec` and `previous-spec`."
9553
+
enum: ["spec", "previous-spec"]
9552
9554
default: "spec"
9553
9555
- name: "rollback"
9554
9556
in: "query"
9557
+
description: |
9558
+
Set to this parameter to `previous` to cause a server-side rollback
9559
+
to the previous service spec. The supplied spec will be ignored in
9560
+
this case.
9555
9561
type: "string"
9556
-
description: "Set to this parameter to `previous` to cause a
9557
-
server-side rollback to the previous service spec. The supplied spec will be
9558
-
ignored in this case."
9559
9562
- name: "X-Registry-Auth"
9560
9563
in: "header"
9561
9564
description: "A base64-encoded auth configuration for pulling from private registries. [See the authentication section for details.](#section/Authentication)"
0 commit comments