MCPcopy Index your code
hub / github.com/devspace-sh/devspace / waitHook

Struct waitHook

pkg/devspace/hook/wait.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type waitHook struct {
28 printWarning sync.Once
29}
30
31func (r *waitHook) Execute(ctx devspacecontext.Context, hook *latest.HookConfig, extraEnv map[string]string) error {
32 if ctx.KubeClient() == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected