upsert

package
v0.1.72 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const LoopDetectorWarningMessage = "" /* 135-byte string literal not displayed */

LoopDetectorWarningMessage is logged whenever we detect multiple updates of the same object without observering a no-op update.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyProvider added in v0.1.57

type ApplyProvider interface {
	ApplyManifest(ctx context.Context, c crclient.Client, obj crclient.Object) (controllerutil.OperationResult, error)
	ValidateUpdateEvents(threshold int) error
}

func NewApplyProvider added in v0.1.57

func NewApplyProvider(enableUpdateLoopDetector bool) ApplyProvider

type CreateOrUpdateProvider

type CreateOrUpdateProvider interface {
	CreateOrUpdate(ctx context.Context, c crclient.Client, obj crclient.Object, f controllerutil.MutateFn) (controllerutil.OperationResult, error)
}

func New

func New(enableUpdateLoopDetector bool) CreateOrUpdateProvider

Jump to

Keyboard shortcuts

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