MCPcopy
hub / github.com/kite-org/kite / Executor

Interface Executor

pkg/scheduler/scheduler.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Executor interface {
19 Run(context.Context, model.ScheduledTask) error
20}
21
22type Manager struct {
23 executors map[string]Executor

Callers 8

TestRegisterBaseRoutesFunction · 0.65
TestSetupStaticFunction · 0.65
runTaskMethod · 0.65
TestInjectKiteBaseFunction · 0.65
TestToEnvNameFunction · 0.65
TestGetPodErrorMessageFunction · 0.65
TestPodStatusHelpersFunction · 0.65

Implementers 1

helmReleaseAutoUpgradeExecutorpkg/scheduler/helmrelease_auto_upgrade

Calls

no outgoing calls

Tested by

no test coverage detected