backupentry

package
v1.52.2 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 41 Imported by: 0

Documentation

Index

Constants

View Source
const ControllerName = "backupentry"

ControllerName is the name of this controller.

Variables

This section is empty.

Functions

func IsBackupEntryManagedByThisGardenlet added in v1.40.0

func IsBackupEntryManagedByThisGardenlet(backupEntry *gardencorev1beta1.BackupEntry, gc *config.GardenletConfiguration) bool

IsBackupEntryManagedByThisGardenlet checks if the given BackupEntry is managed by this gardenlet by comparing it with the seed name from the GardenletConfiguration.

Types

type Actuator

type Actuator interface {
	// Reconcile reconciles the BackupEntry.
	Reconcile(context.Context) error
	// Delete deletes the BackupEntry.
	Delete(context.Context) error
	// Migrate migrates the BackupEntry.
	Migrate(context.Context) error
}

Actuator acts upon BackupEntry resources.

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller controls BackupEntries.

func NewBackupEntryController

func NewBackupEntryController(
	ctx context.Context,
	log logr.Logger,
	clientMap clientmap.ClientMap,
	config *config.GardenletConfiguration,
	recorder record.EventRecorder,
) (
	*Controller,
	error,
)

NewBackupEntryController takes a Kubernetes client for the Garden clusters <k8sGardenClient>, a struct holding information about the acting Gardener, a <backupEntryInformer>, and a <recorder> for event recording. It creates a new Gardener controller.

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers, migrationWorkers int)

Run runs the Controller until the given stop channel can be read from.

Jump to

Keyboard shortcuts

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