DockerClient.secrets should be a @property

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-06-14 12:20:47 -07:00
parent be0a15a89c
commit b0c30c8ac4
1 changed files with 1 additions and 0 deletions

View File

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