浏览代码

docs: api v1.42: remove "ClusterStore" and "ClusterAdvertise" fields

The `ClusterStore` and `ClusterAdvertise` fields were deprecated in commit
616e64b42ffb7ce609d53ad2c7b80e5362e8b9a8 (and would no longer be included in
the `/info` API response), and were fully removed in 24.0.0 through commit
68bf777eced495df352be219da9c9c1070af5c99

This patch removes the fields from the swagger file.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 2 年之前
父节点
当前提交
e8f206972a
共有 1 个文件被更改,包括 0 次插入30 次删除
  1. 0 30
      docs/api/v1.42.yaml

+ 0 - 30
docs/api/v1.42.yaml

@@ -5136,36 +5136,6 @@ definitions:
           > `swarm/1.2.8`.
           > `swarm/1.2.8`.
         type: "string"
         type: "string"
         example: "17.06.0-ce"
         example: "17.06.0-ce"
-      ClusterStore:
-        description: |
-          URL of the distributed storage backend.
-
-
-          The storage backend is used for multihost networking (to store
-          network and endpoint information) and by the node discovery mechanism.
-
-          <p><br /></p>
-
-          > **Deprecated**: This field is only propagated when using standalone Swarm
-          > mode, and overlay networking using an external k/v store. Overlay
-          > networks with Swarm mode enabled use the built-in raft store, and
-          > this field will be empty.
-        type: "string"
-        example: "consul://consul.corp.example.com:8600/some/path"
-      ClusterAdvertise:
-        description: |
-          The network endpoint that the Engine advertises for the purpose of
-          node discovery. ClusterAdvertise is a `host:port` combination on which
-          the daemon is reachable by other hosts.
-
-          <p><br /></p>
-
-          > **Deprecated**: This field is only propagated when using standalone Swarm
-          > mode, and overlay networking using an external k/v store. Overlay
-          > networks with Swarm mode enabled use the built-in raft store, and
-          > this field will be empty.
-        type: "string"
-        example: "node5.corp.example.com:8000"
       Runtimes:
       Runtimes:
         description: |
         description: |
           List of [OCI compliant](https://github.com/opencontainers/runtime-spec)
           List of [OCI compliant](https://github.com/opencontainers/runtime-spec)