support swarm api

This commit is contained in:
tifayuki 2016-12-22 15:02:11 -08:00
commit 7cfd1a668b
4 changed files with 68 additions and 0 deletions

8
dockercloud/api/swarm.py Normal file
View file

@ -0,0 +1,8 @@
from __future__ import absolute_import
from .base import Mutable
class Swarm(Mutable):
subsystem = "infra"
endpoint = "/swarm"