mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix indentation in some description
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>
This commit is contained in:
parent
b14313a97a
commit
cf315bedc5
1 changed files with 15 additions and 12 deletions
|
@ -3305,8 +3305,8 @@ definitions:
|
||||||
type: "object"
|
type: "object"
|
||||||
properties:
|
properties:
|
||||||
Mode:
|
Mode:
|
||||||
description: "The mode of resolution to use for internal load balancing
|
description: |
|
||||||
between tasks."
|
The mode of resolution to use for internal load balancing between tasks.
|
||||||
type: "string"
|
type: "string"
|
||||||
enum:
|
enum:
|
||||||
- "vip"
|
- "vip"
|
||||||
|
@ -6489,10 +6489,11 @@ paths:
|
||||||
type: "string"
|
type: "string"
|
||||||
- name: "networkmode"
|
- name: "networkmode"
|
||||||
in: "query"
|
in: "query"
|
||||||
description: "Sets the networking mode for the run commands during
|
description: |
|
||||||
build. Supported standard values are: `bridge`, `host`, `none`, and
|
Sets the networking mode for the run commands during build. Supported
|
||||||
`container:<name|id>`. Any other value is taken as a custom network's
|
standard values are: `bridge`, `host`, `none`, and `container:<name|id>`.
|
||||||
name to which this container should connect to."
|
Any other value is taken as a custom network's name or ID to which this
|
||||||
|
container should connect to.
|
||||||
type: "string"
|
type: "string"
|
||||||
- name: "Content-type"
|
- name: "Content-type"
|
||||||
in: "header"
|
in: "header"
|
||||||
|
@ -9581,17 +9582,19 @@ paths:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
- name: "registryAuthFrom"
|
- name: "registryAuthFrom"
|
||||||
in: "query"
|
in: "query"
|
||||||
|
description: |
|
||||||
|
If the `X-Registry-Auth` header is not specified, this parameter
|
||||||
|
indicates where to find registry authorization credentials.
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "If the X-Registry-Auth header is not specified, this
|
enum: ["spec", "previous-spec"]
|
||||||
parameter indicates where to find registry authorization credentials. The
|
|
||||||
valid values are `spec` and `previous-spec`."
|
|
||||||
default: "spec"
|
default: "spec"
|
||||||
- name: "rollback"
|
- name: "rollback"
|
||||||
in: "query"
|
in: "query"
|
||||||
|
description: |
|
||||||
|
Set to this parameter to `previous` to cause a server-side rollback
|
||||||
|
to the previous service spec. The supplied spec will be ignored in
|
||||||
|
this case.
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "Set to this parameter to `previous` to cause a
|
|
||||||
server-side rollback to the previous service spec. The supplied spec will be
|
|
||||||
ignored in this case."
|
|
||||||
- name: "X-Registry-Auth"
|
- name: "X-Registry-Auth"
|
||||||
in: "header"
|
in: "header"
|
||||||
description: "A base64-encoded auth configuration for pulling from private registries. [See the authentication section for details.](#section/Authentication)"
|
description: "A base64-encoded auth configuration for pulling from private registries. [See the authentication section for details.](#section/Authentication)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue