GetWaiter gets the Kube.Waiter with options.
(ws WaitStrategy, opts ...WaitOption)
| 107 | type InterfaceWaitOptions interface { |
| 108 | // GetWaiter gets the Kube.Waiter with options. |
| 109 | GetWaiterWithOptions(ws WaitStrategy, opts ...WaitOption) (Waiter, error) |
| 110 | } |
| 111 | |
| 112 | var _ InterfaceWaitOptions = (*Client)(nil) |
no outgoing calls