Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions fixtures/immutable/specifications/v3/dockerComEngine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6881,7 +6881,7 @@ paths:
schema:
example:
AdvertiseAddr: 192.168.1.1:2377
JoinToken: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2
JoinToken: <Add token here>
ListenAddr: 0.0.0.0:2377
RemoteAddrs:
- node1:2377
Expand Down Expand Up @@ -6928,7 +6928,7 @@ paths:
schema:
example:
AdvertiseAddr: 192.168.1.1:2377
JoinToken: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2
JoinToken: <Add token here>
ListenAddr: 0.0.0.0:2377
RemoteAddrs:
- node1:2377
Expand Down Expand Up @@ -7048,7 +7048,7 @@ paths:
application/json:
schema:
example:
UnlockKey: SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
UnlockKey: <Add unlock key here>
properties:
UnlockKey:
description: The swarm's unlock key.
Expand Down Expand Up @@ -7082,7 +7082,7 @@ paths:
application/json:
schema:
example:
UnlockKey: SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
UnlockKey: <Add unlock key here>
properties:
UnlockKey:
description: The swarm's unlock key.
Expand All @@ -7091,7 +7091,7 @@ paths:
text/plain:
schema:
example:
UnlockKey: SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
UnlockKey: <Add unlock key here>
properties:
UnlockKey:
description: The swarm's unlock key.
Expand Down Expand Up @@ -9179,12 +9179,12 @@ components:
Manager:
description: |
The token managers can use to join the swarm.
example: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2
example: <Add token here>
type: string
Worker:
description: |
The token workers can use to join the swarm.
example: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-1awxwuwd3z9j1z3puu7rcgdbx
example: <Add token here>
type: string
type: object
LocalNodeState:
Expand Down