Helm waiter

Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
This commit is contained in:
Austin Abro 2025-01-06 12:33:26 +00:00
parent 4c97d1276c
commit b8bdcc3a2b
No known key found for this signature in database
GPG key ID: 92EB5159E403F9D6

View file

@ -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