Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTaskHandler ¶
RegisterTaskHandler creates a factory function for global hook wait kubernetes synchronization tasks
Types ¶
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
Task handles waiting for kubernetes synchronization for global hooks
func NewTask ¶
func NewTask( shellTask sh_task.Task, moduleManager *module_manager.ModuleManager, logger *log.Logger, ) *Task
NewTask creates a new task handler for global hook wait kubernetes synchronization
type TaskDependencies ¶
type TaskDependencies interface {
GetModuleManager() *module_manager.ModuleManager
}
TaskDependencies defines the interface for accessing necessary components
Click to show internal directories.
Click to hide internal directories.