discoverhelmrelease

package
v1.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterTaskHandler

func RegisterTaskHandler(svc TaskDependencies) func(t sh_task.Task, logger *log.Logger) task.Task

RegisterTaskHandler creates a handler function that constructs Task instances.

Types

type Task

type Task struct {
	// contains filtered or unexported fields
}

Task handles discovery of Helm releases and creation of purge tasks.

func NewTask

func NewTask(shellTask sh_task.Task, moduleManager *module_manager.ModuleManager, logger *log.Logger) *Task

NewTask creates a new Task instance.

func (*Task) CreatePurgeTasks

func (s *Task) CreatePurgeTasks(modulesToPurge []string, t sh_task.Task) []sh_task.Task

CreatePurgeTasks returns ModulePurge tasks for each unknown Helm release.

func (*Task) Handle

func (s *Task) Handle(ctx context.Context) queue.TaskResult

type TaskDependencies

type TaskDependencies interface {
	GetModuleManager() *module_manager.ModuleManager
}

TaskDependencies provides access to the ModuleManager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL