reconciler

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Finalizer    string
	Installation []ReconciliationAction
	Deletion     []ReconciliationAction
	Prototype    client.Object
}

type Reconciler

type Reconciler struct {
	client.Client
	Config
}

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

type ReconciliationAction

type ReconciliationAction func(context.Context, client.Client, ctrl.Request) (shouldContinue, ctrl.Result, error)

type ReconciliationActions

type ReconciliationActions []ReconciliationAction

Jump to

Keyboard shortcuts

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