reconciler

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddFinalizer

func AddFinalizer(ctx context.Context, client ctrlClient.Client, o ctrlClient.Object, name string) error

func RemoveFinalizer

func RemoveFinalizer(ctx context.Context, client ctrlClient.Client, o ctrlClient.Object, name string) error

Types

type Action

type Action[T any] interface {
	Configure(ctx context.Context, c *client.Client, b *builder.Builder) (*builder.Builder, error)
	Run(ctx context.Context, rc *T) error
	Cleanup(ctx context.Context, rc *T) error
}

type BaseReconciler

type BaseReconciler[T controller.ResourceObject] struct {
	Log             logr.Logger
	Name            string
	Namespace       string
	FinalizerName   string
	FinalizerAction func(ctx context.Context, res T) error
	Delegate        reconcile.ObjectReconciler[T]
	Client          ctrlClient.Client
}

func (*BaseReconciler[T]) Reconcile

func (s *BaseReconciler[T]) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

type Reconciler

type Reconciler interface {
	Client() *client.Client
}

Jump to

Keyboard shortcuts

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