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