Skip to content

Commit

Permalink
fix: jsdoc could not recognizing Promise<[*]> (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed May 8, 2024
1 parent 0ca6d75 commit 9a9c00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/k8.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export class K8 {
* @param podCount number of pod expected
* @param maxAttempts maximum attempts to check
* @param delay delay between checks in milliseconds
* @return {Promise<[*]>}
* @return a Promise that checks the status of an array of pods
*/
async waitForPod (status = 'Running', labels = [], podCount = 1, maxAttempts = 10, delay = 500) {
const ns = this._getNamespace()
Expand Down

0 comments on commit 9a9c00c

Please sign in to comment.