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…
Reference in New Issue