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