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