backupentry

package
v1.37.6 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 31 Imported by: 18

Documentation

Index

Constants

View Source
const (
	// FinalizerName is the backupentry controller finalizer.
	FinalizerName = "extensions.gardener.cloud/backupentry"
	// ControllerName is the name of the controller
	ControllerName = "backupentry_controller"
)
View Source
const SourcePrefix = "source"

SourcePrefix is the prefix for names of resources related to source backupentries when copying backups.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager, args AddArgs) error

Add creates a new BackupEntry Controller and adds it to the Manager. and Start it when the Manager is Started.

func DefaultPredicates

func DefaultPredicates(ignoreOperationAnnotation bool) []predicate.Predicate

DefaultPredicates returns the default predicates for a controlplane reconciler.

func ExtractShootDetailsFromBackupEntryName

func ExtractShootDetailsFromBackupEntryName(backupEntryName string) (shootTechnicalID, shootUID string)

ExtractShootDetailsFromBackupEntryName returns Shoot resource technicalID its UID from provided <backupEntryName>.

func NamespaceToBackupEntryMapper

func NamespaceToBackupEntryMapper(predicates []predicate.Predicate) mapper.Mapper

NamespaceToBackupEntryMapper returns a mapper that returns requests for BackupEntry whose associated Shoot's seed namespace have been modified.

func NewReconciler

func NewReconciler(actuator Actuator) reconcile.Reconciler

NewReconciler creates a new reconcile.Reconciler that reconciles backupentry resources of Gardener's `extensions.gardener.cloud` API group.

func SecretToBackupEntryMapper

func SecretToBackupEntryMapper(predicates []predicate.Predicate) mapper.Mapper

SecretToBackupEntryMapper returns a mapper that returns requests for BackupEntry whose referenced secrets have been modified.

Types

type Actuator

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

Actuator acts upon BackupEntry resources.

type AddArgs

type AddArgs struct {
	// Actuator is a BackupEntry actuator.
	Actuator Actuator
	// ControllerOptions are the controller options used for creating a controller.
	// The options.Reconciler is always overridden with a reconciler created from the
	// given actuator.
	ControllerOptions controller.Options
	// Predicates are the predicates to use.
	// If unset, GenerationChangedPredicate will be used.
	Predicates []predicate.Predicate
	// Type is the type of the resource considered for reconciliation.
	Type string
	// IgnoreOperationAnnotation specifies whether to ignore the operation annotation or not.
	// If the annotation is not ignored, the extension controller will only reconcile
	// with a present operation annotation typically set during a reconcile (e.g in the maintenance time) by the Gardenlet
	IgnoreOperationAnnotation bool
}

AddArgs are arguments for adding a BackupEntry controller to a manager.

Directories

Path Synopsis
mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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