MCPcopy
hub / github.com/helm/helm / WaitWithJobs

Method WaitWithJobs

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

WaitWithJobs wait up to the given timeout for the specified resources to be ready, including jobs.

(resources ResourceList, timeout time.Duration)

Source from the content-addressed store, hash-verified

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
87
88 // WaitForDelete wait up to the given timeout for the specified resources to be deleted.
89 WaitForDelete(resources ResourceList, timeout time.Duration) error

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