reconciler

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrCreateRESTMapper = errors.New("failed to create REST mapper")
	ErrCreateHTTPClient = errors.New("failed to create HTTP client")
)

Common errors used across reconciler packages

Functions

This section is empty.

Types

type CustomReconciler

type CustomReconciler interface {
	Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
	SetupWithManager(mgr ctrl.Manager) error
	GetManager() ctrl.Manager
}

CustomReconciler defines the interface that all reconcilers must implement

type ReconcilerOpts

type ReconcilerOpts struct {
	*rest.Config
	*runtime.Scheme
	client.Client
	ManagerOpts            ctrl.Options
	OpenAPIDefinitionsPath string
}

ReconcilerOpts contains common options needed by all reconciler strategies

Directories

Path Synopsis
kcp

Jump to

Keyboard shortcuts

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