drift

package
v0.4.9 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: GPL-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {

	// CheckInterval is the interval the controller checks to trigger drift on the configurations
	CheckInterval time.Duration
	// DriftInterval is the minimum time before triggering drift detection on a configuration
	DriftInterval time.Duration
	// DriftThreshold is the maximum number of drift checks to run concurrently
	DriftThreshold float64
	// contains filtered or unexported fields
}

Controller handles the reconciliation of the configuration resource

func (*Controller) Add

func (c *Controller) Add(mgr manager.Manager) error

Add is called to setup the manager for the controller

func (*Controller) Reconcile

func (c *Controller) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

Reconcile is called to handle the reconciliation of the configuration resource

Jump to

Keyboard shortcuts

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