recon

package
v0.0.0-...-0e4f5d7 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReconcileContext

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

func (*ReconcileContext) AddResult

func (r *ReconcileContext) AddResult(result reconcile.Result, err error)

func (*ReconcileContext) Delete

func (r *ReconcileContext) Delete(ctx context.Context, client client.Client, object runtime.Object)

func (*ReconcileContext) Error

func (r *ReconcileContext) Error() error

func (*ReconcileContext) NeedRequeue

func (r *ReconcileContext) NeedRequeue() bool

func (*ReconcileContext) PlainResult

func (r *ReconcileContext) PlainResult() reconcile.Result

Returns the plain result, with no error information.

func (*ReconcileContext) Process

func (r *ReconcileContext) Process(processor func() (reconcile.Result, error))

func (*ReconcileContext) ProcessSimple

func (r *ReconcileContext) ProcessSimple(processor func() error)

func (*ReconcileContext) Result

func (r *ReconcileContext) Result() (reconcile.Result, error)

Jump to

Keyboard shortcuts

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