Skip to content

Commit 8fc6540

Browse files
authored
Merge pull request #1647 from docker/1642-dockerclient-secrets
DockerClient.secrets should be a @Property
2 parents 1eef700 + b0c30c8 commit 8fc6540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def plugins(self):
120120
"""
121121
return PluginCollection(client=self)
122122

123+
@property
123124
def secrets(self):
124125
"""
125126
An object for managing secrets on the server. See the

0 commit comments

Comments
 (0)