Kaydet (Commit) b0c30c8a authored tarafından Joffrey F's avatar Joffrey F

DockerClient.secrets should be a @property

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst be0a15a8
...@@ -119,6 +119,7 @@ class DockerClient(object): ...@@ -119,6 +119,7 @@ class DockerClient(object):
""" """
return PluginCollection(client=self) return PluginCollection(client=self)
@property
def secrets(self): def secrets(self):
""" """
An object for managing secrets on the server. See the An object for managing secrets on the server. See the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment