IsReachable checks whether the client is able to connect to the cluster.
()
| 55 | Build(reader io.Reader, validate bool) (ResourceList, error) |
| 56 | // IsReachable checks whether the client is able to connect to the cluster. |
| 57 | IsReachable() error |
| 58 | |
| 59 | // GetWaiter gets the Kube.Waiter. |
| 60 | GetWaiter(ws WaitStrategy) (Waiter, error) |
no outgoing calls