MCPcopy
hub / github.com/helm/helm / Wait

Method Wait

pkg/kube/interface.go:83–83  ·  view source on GitHub ↗

Wait waits up to the given timeout for the specified resources to be ready.

(resources ResourceList, timeout time.Duration)

Source from the content-addressed store, hash-verified

81type Waiter interface {
82 // Wait waits up to the given timeout for the specified resources to be ready.
83 Wait(resources ResourceList, timeout time.Duration) error
84
85 // WaitWithJobs wait up to the given timeout for the specified resources to be ready, including jobs.
86 WaitWithJobs(resources ResourceList, timeout time.Duration) error

Callers 15

installCRDsMethod · 0.95
performInstallMethod · 0.95
releasingUpgradeMethod · 0.95
performRollbackMethod · 0.95
parallelRepoUpdateMethod · 0.65
TestParallelDownloadToFunction · 0.65
updateChartsFunction · 0.65
repoAddConcurrentFunction · 0.65
TestWaitFunction · 0.65

Implementers 5

statusWaiterpkg/kube/statuswait.go
hookOnlyWaiterpkg/kube/statuswait.go
legacyWaiterpkg/kube/wait.go
PrintingKubeWaiterpkg/kube/fake/printer.go
FailingKubeWaiterpkg/kube/fake/failing_kube_client.go

Calls

no outgoing calls