1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

[docker_] expose APIClient from Wrapper

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2021-01-19 12:53:42 +11:00 committed by Lars Kruse
parent 3a20ae41e9
commit d3a7b794bc

View file

@ -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):