mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[docker_] expose APIClient from Wrapper
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
3a20ae41e9
commit
d3a7b794bc
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ class ClientWrapper:
|
||||||
if exclude_re:
|
if exclude_re:
|
||||||
self.exclude = re.compile(exclude_re)
|
self.exclude = re.compile(exclude_re)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def api(self):
|
||||||
|
return self.client.api
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
@sorted_by_creation_date
|
@sorted_by_creation_date
|
||||||
def containers(self):
|
def containers(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue