adapter

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package adapter provides common interface for controller adapters.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	// Run starts the adapter.
	Run(ctx context.Context)
	// WatchTrigger is called to notify the adapter about a new watch event.
	//
	// WatchTrigger should not block and should process the event asynchronously.
	WatchTrigger(md *reduced.Metadata)
}

Adapter is common interface for controller adapters.

type Options

type Options struct {
	Logger         *zap.Logger
	State          state.State
	Cache          *cache.ResourceCache
	DepDB          *dependency.Database
	RegisterWatch  func(resourceNamespace resource.Namespace, resourceType resource.Type) error
	RuntimeOptions options.Options
}

Options are options for creating a new Adapter.

Jump to

Keyboard shortcuts

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