reconciler

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler interface {
	// contains filtered or unexported methods
}

type ReconcilerFactory

type ReconcilerFactory interface {
	Start(ctx context.Context)
	Stop()
}

func NewReconcilerFactory

func NewReconcilerFactory(
	ctx context.Context,
	client resourceclient.Client,
	informerFactory informers.InformerFactory,
	reconcilersConfigs []*choreov1alpha1.Reconciler,
	libraries []*choreov1alpha1.Library,
	resultCh chan *runnerpb.ReconcileResult,
	branchName string,
) (ReconcilerFactory, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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