reconcile

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler interface {
	Reconcile(Request) (Result, error)
}

Reconciler is the interface used by a Controller to reconcile.

type Request

type Request struct {
	Context string
	types.NamespacedName
}

Request contains the information needed by a multicluster Reconciler to Reconcile: a context, namespace, and name.

type Result

type Result reconcile.Result

Result is the return type of a Reconciler's Reconcile method. By default, the Request is forgotten after it's been processed, but you can also requeue it immediately, or after some time.

Jump to

Keyboard shortcuts

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