Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTaskHandler ¶
RegisterTaskHandler returns a function that creates a task handler for global hook execution
Types ¶
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
Task handles the execution of global hook tasks
type TaskDependencies ¶
type TaskDependencies interface {
GetHelm() *helm.ClientFactory
GetHelmResourcesManager() helm_resources_manager.HelmResourcesManager
GetModuleManager() *module_manager.ModuleManager
GetMetricStorage() metricsstorage.Storage
GetQueueService() *taskqueue.Service
}
TaskDependencies defines the services required for global hook task execution
Click to show internal directories.
Click to hide internal directories.