Merge pull request #1647 from docker/1642-dockerclient-secrets

DockerClient.secrets should be a @property
This commit is contained in:
Joffrey F 2017-06-15 18:18:25 -07:00 committed by GitHub
commit 8fc6540fea
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class DockerClient(object):
"""
return PluginCollection(client=self)
@property
def secrets(self):
"""
An object for managing secrets on the server. See the