Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
type
Executor
interface
{
19
Run(context.Context, model.ScheduledTask) error
20
}
21
22
type
Manager
struct
{
23
executors
map
[string]Executor
Callers
8
TestRegisterBaseRoutes
Function · 0.65
TestSetupStatic
Function · 0.65
runTask
Method · 0.65
TestInjectKiteBase
Function · 0.65
TestToEnvName
Function · 0.65
TestGenerateKubectlAgentName
Function · 0.65
TestGetPodErrorMessage
Function · 0.65
TestPodStatusHelpers
Function · 0.65
Implementers
1
helmReleaseAutoUpgradeExecutor
pkg/scheduler/helmrelease_auto_upgrade
Calls
no outgoing calls
Tested by
no test coverage detected