mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Helm waiter
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
This commit is contained in:
parent
4c97d1276c
commit
b8bdcc3a2b
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue