MCPcopy
hub / github.com/helm/helm / GetWaiterWithOptions

Method GetWaiterWithOptions

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

GetWaiter gets the Kube.Waiter with options.

(ws WaitStrategy, opts ...WaitOption)

Source from the content-addressed store, hash-verified

107type InterfaceWaitOptions interface {
108 // GetWaiter gets the Kube.Waiter with options.
109 GetWaiterWithOptions(ws WaitStrategy, opts ...WaitOption) (Waiter, error)
110}
111
112var _ InterfaceWaitOptions = (*Client)(nil)

Callers 15

GetWaiterWithOptionsMethod · 0.65
RunMethod · 0.65
installCRDsMethod · 0.65
performInstallMethod · 0.65
deleteHookByPolicyMethod · 0.65
releasingUpgradeMethod · 0.65
performRollbackMethod · 0.65
TestWaitFunction · 0.65
TestWaitJobFunction · 0.65
TestWaitDeleteFunction · 0.65

Implementers 4

HookFailingKubeClientpkg/action/hooks_test.go
Clientpkg/kube/client.go
PrintingKubeClientpkg/kube/fake/printer.go
FailingKubeClientpkg/kube/fake/failing_kube_client.go

Calls

no outgoing calls