From 7a9c831e6a537c7ac3aea4965cb89e32deb3b67d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 1 Jul 2023 16:36:52 +0200 Subject: [PATCH] docs: api v1.43: 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 (cherry picked from commit e58a60902c4977d6fa79d7b46ea998123b7e3134) Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.43.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/docs/api/v1.43.yaml b/docs/api/v1.43.yaml index c2943888d7..98da60c89e 100644 --- a/docs/api/v1.43.yaml +++ b/docs/api/v1.43.yaml @@ -5168,36 +5168,6 @@ definitions: > `swarm/1.2.8`. type: "string" 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. - -


- - > **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. - -


- - > **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: description: | List of [OCI compliant](https://github.com/opencontainers/runtime-spec)