fix(cloud/kubernetes): fix kubectl custommode return ref (#2620)

This commit is contained in:
Colin Gagnaire 2021-02-26 16:20:19 +01:00 committed by GitHub
parent a41d05dac8
commit 635581053a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ sub execute {
$self->{output}->option_exit();
}
return $decoded;
return $decoded->{items};
}
sub kubernetes_list_daemonsets {