managedseed

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2025 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

View Source
const ControllerName = "managedseed"

ControllerName is the name of this controller.

Variables

Actuator is exposed for testing.

View Source
var RandomDurationWithMetaDuration = utils.RandomDurationWithMetaDuration

RandomDurationWithMetaDuration is an alias for `utils.RandomDurationWithMetaDuration`. Exposed for unit tests.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	GardenConfig          *rest.Config
	GardenAPIReader       client.Reader
	GardenClient          client.Client
	SeedClient            client.Client
	Config                gardenletconfigv1alpha1.GardenletConfiguration
	Clock                 clock.Clock
	Recorder              record.EventRecorder
	ShootClientMap        clientmap.ClientMap
	GardenNamespaceGarden string
	GardenNamespaceShoot  string
}

Reconciler reconciles the ManagedSeed.

func (*Reconciler) AddToManager

func (r *Reconciler) AddToManager(
	ctx context.Context,
	mgr manager.Manager,
	gardenCluster cluster.Cluster,
	seedCluster cluster.Cluster,
) error

AddToManager adds Reconciler to the given manager.

func (*Reconciler) EnqueueWithJitterDelay

func (r *Reconciler) EnqueueWithJitterDelay() handler.EventHandler

EnqueueWithJitterDelay returns handler.Funcs which enqueues the object with a random Jitter duration when the JitterUpdate is enabled in ManagedSeed controller configuration. All other events are normally enqueued.

func (*Reconciler) ManagedSeedPredicate

func (r *Reconciler) ManagedSeedPredicate(ctx context.Context, seedName string) predicate.Predicate

ManagedSeedPredicate returns the predicate for ManagedSeed events.

func (*Reconciler) MapSeedToManagedSeed

func (r *Reconciler) MapSeedToManagedSeed(_ context.Context, obj client.Object) []reconcile.Request

MapSeedToManagedSeed is a handler.MapFunc for mapping a Seed to the owning ManagedSeed.

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

Reconcile performs the main reconciliation logic.

func (*Reconciler) SeedOfManagedSeedPredicate

func (r *Reconciler) SeedOfManagedSeedPredicate(ctx context.Context, seedName string) predicate.Predicate

SeedOfManagedSeedPredicate returns the predicate for Seed events.

Jump to

Keyboard shortcuts

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