MCPcopy
hub / github.com/helm/helm / IsReachable

Method IsReachable

pkg/kube/interface.go:57–57  ·  view source on GitHub ↗

IsReachable checks whether the client is able to connect to the cluster.

()

Source from the content-addressed store, hash-verified

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)

Callers 13

RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunWithContextMethod · 0.65
RunWithContextMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
TestIsReachableFunction · 0.65

Implementers 2

Clientpkg/kube/client.go
PrintingKubeClientpkg/kube/fake/printer.go

Calls

no outgoing calls

Tested by 1

TestIsReachableFunction · 0.52