We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7582557 commit 2e8c913Copy full SHA for 2e8c913
api/swagger.yaml
@@ -2465,6 +2465,22 @@ definitions:
2465
description: "Whether there is currently a root CA rotation in progress for the swarm"
2466
type: "boolean"
2467
example: false
2468
+ DefaultAddrPool:
2469
+ description: |
2470
+ Default Address Pool specifies default subnet pools for global scope networks.
2471
+ type: "array"
2472
+ items:
2473
+ type: "string"
2474
+ format: "CIDR"
2475
+ example: ["10.10.0.0/16", "20.20.0.0/16"]
2476
+ SubnetSize:
2477
2478
+ SubnetSize specifies the subnet size of the networks created from the default subnet pool
2479
+ type: "integer"
2480
+ format: "uint32"
2481
+ maximum: 29
2482
+ default: 24
2483
+ example: 24
2484
2485
JoinTokens:
2486
description: |
0 commit comments