globalrun

package
v1.77.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package globalrun provides the global node's unit of work: run the global BeforeAll hooks, ensure the CRDs of every enabled module, then publish the enabled set and the discovered CRD capabilities into global values, before any module converges behind the global barrier.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTask

func NewTask(global globalModule, enabled []Module, crd crdService, queueService queueService, status *status.Service, logger *log.Logger) queue.Task

NewTask creates a task that ensures CRDs for the given enabled modules and publishes the resulting capabilities.

Types

type Module

type Module interface {
	// GetName returns the module name, used for logging and the subtask queue.
	GetName() string
	// GetPath returns the module root path that contains the crds directory.
	GetPath() string
}

Module is the minimal module view the task needs to ensure a module's CRDs.

Jump to

Keyboard shortcuts

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