reconciler

package
v0.5.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	ReconcileCreate(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error)

	ReconcileDelete(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error)
}

Interface provides a reconciler interface which is the controller core logic for reconciliation loops.

An implementation can then be used by a controller to extend its capabilities.

NOTE: the returned ctrl.Result is currently ignored

Jump to

Keyboard shortcuts

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