Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Watcher ¶
type Watcher interface {
// Start begins the continuous discovery loop
Start(ctx context.Context) error
// Discover performs a single discovery cycle
Discover(ctx context.Context) error
}
Watcher continuously monitors the container registry for new and updated images
func NewWatcher ¶
func NewWatcher( registryClient registry.Client, regsyncConfig *config.RegsyncConfig, stateStore statestore.StateStore, taskQueue queue.TaskQueue, config Config, logger *slog.Logger, ) Watcher
NewWatcher creates a new registry watcher
Click to show internal directories.
Click to hide internal directories.