You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+11-5
Original file line number
Diff line number
Diff line change
@@ -7986,8 +7986,11 @@
7986
7986
"description": "Address or interface to use for data path traffic (format: `<ip|interface>`), for example, `192.168.1.1`,\nor an interface, like `eth0`. If `DataPathAddr` is unspecified, the same address as `AdvertiseAddr`\nis used.\n\nThe `DataPathAddr` specifies the address that global scope network drivers will publish towards other\nnodes in order to reach the containers running on this node. Using this parameter it is possible to\nseparate the container data traffic from the management traffic of the cluster.\n"
7987
7987
},
7988
7988
"RemoteAddrs": {
7989
-
"type": "string",
7990
-
"description": "Addresses of manager nodes already participating in the swarm."
7989
+
"type": "array",
7990
+
"description": "Addresses of manager nodes already participating in the swarm.",
7991
+
"items": {
7992
+
"type": "string"
7993
+
}
7991
7994
},
7992
7995
"JoinToken": {
7993
7996
"type": "string",
@@ -8021,8 +8024,11 @@
8021
8024
"description": "Address or interface to use for data path traffic (format: `<ip|interface>`), for example, `192.168.1.1`,\nor an interface, like `eth0`. If `DataPathAddr` is unspecified, the same address as `AdvertiseAddr`\nis used.\n\nThe `DataPathAddr` specifies the address that global scope network drivers will publish towards other\nnodes in order to reach the containers running on this node. Using this parameter it is possible to\nseparate the container data traffic from the management traffic of the cluster.\n"
8022
8025
},
8023
8026
"RemoteAddrs": {
8024
-
"type": "string",
8025
-
"description": "Addresses of manager nodes already participating in the swarm."
8027
+
"type": "array",
8028
+
"description": "Addresses of manager nodes already participating in the swarm.",
0 commit comments