Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
pull/13604/head
Austin Abro 6 months ago
parent 8efd428e5d
commit 21ee721242
No known key found for this signature in database
GPG Key ID: 92EB5159E403F9D6

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

Loading…
Cancel
Save