mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix(cloud/kubernetes): fix kubectl custommode return ref (#2620)
This commit is contained in:
parent
8829976627
commit
c7895bfe58
@ -111,7 +111,7 @@ sub execute {
|
|||||||
$self->{output}->option_exit();
|
$self->{output}->option_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $decoded;
|
return $decoded->{items};
|
||||||
}
|
}
|
||||||
|
|
||||||
sub kubernetes_list_daemonsets {
|
sub kubernetes_list_daemonsets {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user