reconciler

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const EndpointUID string = "subsets.addresses.targetRef.uid"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Kind       string
	Reconcile  func(ctx context.Context)
	GCInterval time.Duration
	Clock      clock.Clock
}

type Reconciler

type Reconciler interface {
	Trigger()
	Run(ctx context.Context) error
}

func New

func New(config Config) Reconciler

type Triggerer

type Triggerer interface {
	Trigger()
}

Jump to

Keyboard shortcuts

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