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

Struct remoteHook

pkg/devspace/hook/remote_hook.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type remoteHook struct {
37 Hook RemoteHook
38 WaitingStrategy targetselector.WaitingStrategy
39}
40
41func (r *remoteHook) Execute(ctx devspacecontext.Context, hook *latest.HookConfig, extraEnv map[string]string) error {
42 if ctx.KubeClient() == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected