Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task interface {
// Run Runs the task
Run()
}
Task Interface for tasks
func NewRadixEnvironmentsCleanup ¶
func NewRadixEnvironmentsCleanup(ctx context.Context, kubeUtil *kube.Kube, retentionPeriod time.Duration) Task
NewRadixEnvironmentsCleanup Creates a new RadixEnvironments cleanup task The task will clean up orphaned environments older than the specified retentionPeriod
Click to show internal directories.
Click to hide internal directories.