MCPcopy
hub / github.com/helm/helm / WaitForDelete

Method WaitForDelete

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

WaitForDelete wait up to the given timeout for the specified resources to be deleted.

(resources ResourceList, timeout time.Duration)

Source from the content-addressed store, hash-verified

87
88 // WaitForDelete wait up to the given timeout for the specified resources to be deleted.
89 WaitForDelete(resources ResourceList, timeout time.Duration) error
90
91 // WatchUntilReady watches the resources given and waits until it is ready.
92 //

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