Update swagger and API history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 3682703ad4a75ea489aa84cbaddcfa4697a4e57e Component: engine
This commit is contained in:
@@ -2449,7 +2449,15 @@ definitions:
|
||||
properties:
|
||||
PluginSpec:
|
||||
type: "object"
|
||||
description: "Invalid when specified with `ContainerSpec`. *(Experimental release only.)*"
|
||||
description: |
|
||||
Plugin spec for the service. *(Experimental release only.)*
|
||||
|
||||
<p><br /></p>
|
||||
|
||||
> **Note**: ContainerSpec, NetworkAttachmentSpec, and PluginSpec are
|
||||
> mutually exclusive. PluginSpec is only used when the Runtime field
|
||||
> is set to `plugin`. NetworkAttachmentSpec is used when the Runtime
|
||||
> field is set to `attachment`.
|
||||
properties:
|
||||
Name:
|
||||
description: "The name or 'alias' to use for the plugin."
|
||||
@@ -2476,7 +2484,15 @@ definitions:
|
||||
type: "string"
|
||||
ContainerSpec:
|
||||
type: "object"
|
||||
description: "Invalid when specified with `PluginSpec`."
|
||||
description: |
|
||||
Container spec for the service.
|
||||
|
||||
<p><br /></p>
|
||||
|
||||
> **Note**: ContainerSpec, NetworkAttachmentSpec, and PluginSpec are
|
||||
> mutually exclusive. PluginSpec is only used when the Runtime field
|
||||
> is set to `plugin`. NetworkAttachmentSpec is used when the Runtime
|
||||
> field is set to `attachment`.
|
||||
properties:
|
||||
Image:
|
||||
description: "The image name to use for the container"
|
||||
@@ -2689,7 +2705,16 @@ definitions:
|
||||
- "process"
|
||||
- "hyperv"
|
||||
NetworkAttachmentSpec:
|
||||
description: "Read-only spec type for non-swarm containers attached to swarm overlay networks"
|
||||
description: |
|
||||
Read-only spec type for non-swarm containers attached to swarm overlay
|
||||
networks.
|
||||
|
||||
<p><br /></p>
|
||||
|
||||
> **Note**: ContainerSpec, NetworkAttachmentSpec, and PluginSpec are
|
||||
> mutually exclusive. PluginSpec is only used when the Runtime field
|
||||
> is set to `plugin`. NetworkAttachmentSpec is used when the Runtime
|
||||
> field is set to `attachment`.
|
||||
type: "object"
|
||||
properties:
|
||||
ContainerID:
|
||||
|
||||
Reference in New Issue
Block a user