reconciletest

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeReconcile

type FakeReconcile struct {
	// Result is the result that will be returned by Reconciler
	Result reconcile.Result

	// Err is the error that will be returned by Reconciler
	Err error

	// If specified, Reconciler will write Requests to Chan
	Chan chan reconcile.Request
}

FakeReconcile implements reconcile.Reconciler by always returning Result and Err

func (*FakeReconcile) Reconcile

func (f *FakeReconcile) Reconcile(r reconcile.Request) (reconcile.Result, error)

Reconcile implements reconcile.Reconciler

Jump to

Keyboard shortcuts

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