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