GetWaiter gets the Kube.Waiter.
(ws WaitStrategy)
| 58 | |
| 59 | // GetWaiter gets the Kube.Waiter. |
| 60 | GetWaiter(ws WaitStrategy) (Waiter, error) |
| 61 | |
| 62 | // GetPodList lists all pods that match the specified listOptions |
| 63 | GetPodList(namespace string, listOptions metav1.ListOptions) (*v1.PodList, error) |
no outgoing calls
no test coverage detected