We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adda8b2 commit ff07413Copy full SHA for ff07413
src/core/k8.mjs
@@ -331,7 +331,7 @@ export class K8 {
331
* @param containerName container name
332
* @param destPath path inside the container
333
* @param timeout timeout in ms
334
- * @return {Promise<[]>}
+ * @return {Promise<Object[]>} array of directory entries, custom object
335
*/
336
async listDir (podName, containerName, destPath, timeout = 5000) {
337
try {
0 commit comments