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