Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
pull/13604/head
Austin Abro 9 months ago
parent 7b896df4d1
commit 22af71f125
No known key found for this signature in database
GPG Key ID: 92EB5159E403F9D6

@ -33,7 +33,6 @@ import (
)
type kstatusWaiter struct {
// Add any necessary dependencies, e.g., Kubernetes API client.
sw watcher.StatusWatcher
log func(string, ...interface{})
pausedAsReady bool
@ -44,7 +43,6 @@ func (w *kstatusWaiter) Wait(resourceList ResourceList, timeout time.Duration) e
}
func (w *kstatusWaiter) WaitWithJobs(resourceList ResourceList, timeout time.Duration) error {
// Implementation
return w.wait(resourceList, timeout, true)
}

Loading…
Cancel
Save