MCPcopy
hub / github.com/helm/helm / statusWaiter

Struct statusWaiter

pkg/kube/statuswait.go:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type statusWaiter struct {
46 client dynamic.Interface
47 restMapper meta.RESTMapper
48 ctx context.Context
49 watchUntilReadyCtx context.Context
50 waitCtx context.Context
51 waitWithJobsCtx context.Context
52 waitForDeleteCtx context.Context
53 readers []engine.StatusReader
54 logging.LogHolder
55}
56
57// DefaultStatusWatcherTimeout is the timeout used by the status waiter when a
58// zero timeout is provided. This prevents callers from accidentally passing a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected