reconciler

package
v0.0.0-...-ef9bc7b Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package reconciler implements interfaces that attempt to reconcile the desired state of the with the actual state of the world by triggering actions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler interface {
	// Starts running the reconciliation loop which executes periodically, creates
	// and deletes VolumeSnapshotData for the user created and deleted VolumeSnapshot
	// objects and triggers the actual snapshot creation in the volume backends.
	Run(stopCh <-chan struct{})
}

Reconciler runs a periodic loop to reconcile the desired state of the with the actual state of the world by triggering the volume snapshot operations.

func NewReconciler

func NewReconciler(
	loopPeriod time.Duration,
	syncDuration time.Duration,
	disableReconciliationSync bool,
	desiredStateOfWorld cache.DesiredStateOfWorld,
	actualStateOfWorld cache.ActualStateOfWorld,
	snapshotter snapshotter.VolumeSnapshotter) Reconciler

The constructor

Jump to

Keyboard shortcuts

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