Helm waiter

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

@ -39,6 +39,8 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
)
// HelmWaiter is the legacy implementation of the Waiter interface. This logic was used by default in Helm 3
// Helm 4 now uses the StatusWaiter interface instead
type HelmWaiter struct {
c ReadyChecker
timeout time.Duration

Loading…
Cancel
Save