From a1ee221aadac9a628b059a78ab1ddaf6ca7b83bd Mon Sep 17 00:00:00 2001 From: allencloud Date: Mon, 14 Nov 2016 00:07:52 +0800 Subject: [PATCH] fix typo in node update docs Signed-off-by: allencloud Upstream-commit: 7bbbc8c7f16869dbb43e4e218ac280d5d1c0944a Component: engine --- .../engine/docs/reference/api/docker_remote_api_v1.24.md | 6 +++--- .../engine/docs/reference/api/docker_remote_api_v1.25.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/engine/docs/reference/api/docker_remote_api_v1.24.md b/components/engine/docs/reference/api/docker_remote_api_v1.24.md index 57502899b2..7392529056 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.24.md +++ b/components/engine/docs/reference/api/docker_remote_api_v1.24.md @@ -4113,9 +4113,9 @@ an empty value or the default cluster-wide value. JSON Parameters: -- **Annotations** – Optional medata to associate with the service. - - **Name** – User-defined name for the service. - - **Labels** – A map of labels to associate with the service (e.g., +- **Annotations** – Optional medata to associate with the node. + - **Name** – User-defined name for the node. + - **Labels** – A map of labels to associate with the node (e.g., `{"key":"value", "key2":"value2"}`). - **Role** - Role of the node (worker/manager). - **Availability** - Availability of the node (active/pause/drain). diff --git a/components/engine/docs/reference/api/docker_remote_api_v1.25.md b/components/engine/docs/reference/api/docker_remote_api_v1.25.md index ee796f2635..da3b93e5cf 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.25.md +++ b/components/engine/docs/reference/api/docker_remote_api_v1.25.md @@ -4713,9 +4713,9 @@ an empty value or the default cluster-wide value. JSON Parameters: -- **Annotations** – Optional medata to associate with the service. - - **Name** – User-defined name for the service. - - **Labels** – A map of labels to associate with the service (e.g., +- **Annotations** – Optional medata to associate with the node. + - **Name** – User-defined name for the node. + - **Labels** – A map of labels to associate with the node (e.g., `{"key":"value", "key2":"value2"}`). - **Role** - Role of the node (worker/manager). - **Availability** - Availability of the node (active/pause/drain).