|
|
@ -48,7 +48,7 @@ type Interface interface {
|
|
|
|
Build(reader io.Reader, validate bool) (ResourceList, error)
|
|
|
|
Build(reader io.Reader, validate bool) (ResourceList, error)
|
|
|
|
// IsReachable checks whether the client is able to connect to the cluster.
|
|
|
|
// IsReachable checks whether the client is able to connect to the cluster.
|
|
|
|
IsReachable() error
|
|
|
|
IsReachable() error
|
|
|
|
|
|
|
|
|
|
|
|
// Get Waiter gets the Kube.Waiter
|
|
|
|
// Get Waiter gets the Kube.Waiter
|
|
|
|
GetWaiter(ws WaitStrategy) (Waiter, error)
|
|
|
|
GetWaiter(ws WaitStrategy) (Waiter, error)
|
|
|
|
}
|
|
|
|
}
|
|
|
|