Skip to content

Commit

Permalink
[docker_] expose APIClient from Wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
  • Loading branch information
shtrom authored and sumpfralle committed Jan 29, 2021
1 parent 3a20ae4 commit d3a7b79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/docker/docker_
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ class ClientWrapper:
if exclude_re:
self.exclude = re.compile(exclude_re)

@property
def api(self):
return self.client.api

@cached_property
@sorted_by_creation_date
def containers(self):
Expand Down

0 comments on commit d3a7b79

Please sign in to comment.