objectkeeper

package
v1.74.0 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2025 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// FollowObjectCheckInterval is the interval for checking FollowObject status
	FollowObjectCheckInterval = 1 * time.Minute

	MaxConcurrentReconciles = 5

	// Retained until the referenced object is deleted
	ModeFollowObject = "FollowObject"
	// Retained for a specific time after creation
	ModeTTL = "TTL"
	// Retained until the referenced object is deleted, then kept for an additional TTL period
	ModeFollowObjectWithTTL = "FollowObjectWithTTL"
)

Variables

This section is empty.

Functions

func RegisterController

func RegisterController(
	mgr manager.Manager,
	dc dependency.Container,
	logger *log.Logger,
) error

Types

type ObjectKeeperController

type ObjectKeeperController struct {
	client.Client
	// contains filtered or unexported fields
}

ObjectKeeperController reconciles ObjectKeeper objects This is a system controller that manages the lifecycle of ObjectKeeper resources It requires privileged access to GET any namespaced objects

func (*ObjectKeeperController) Reconcile

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

Jump to

Keyboard shortcuts

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