mirror of https://github.com/docker/docker-py.git
DockerClient.secrets should be a @property
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
be0a15a89c
commit
b0c30c8ac4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue