support swarm api
This commit is contained in:
parent
957af1c3a3
commit
7cfd1a668b
4 changed files with 68 additions and 0 deletions
8
dockercloud/api/swarm.py
Normal file
8
dockercloud/api/swarm.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from .base import Mutable
|
||||
|
||||
|
||||
class Swarm(Mutable):
|
||||
subsystem = "infra"
|
||||
endpoint = "/swarm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue