MCPcopy
hub / github.com/helm/helm / GetWaiter

Method GetWaiter

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

GetWaiter gets the Kube.Waiter.

(ws WaitStrategy)

Source from the content-addressed store, hash-verified

58
59 // GetWaiter gets the Kube.Waiter.
60 GetWaiter(ws WaitStrategy) (Waiter, error)
61
62 // GetPodList lists all pods that match the specified listOptions
63 GetPodList(namespace string, listOptions metav1.ListOptions) (*v1.PodList, error)

Callers 7

RunMethod · 0.65
installCRDsMethod · 0.65
performInstallMethod · 0.65
deleteHookByPolicyMethod · 0.65
releasingUpgradeMethod · 0.65
performRollbackMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected