reconcile

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessNextWorkItem

func ProcessNextWorkItem(workqueue workqueue.RateLimitingInterface, keyToObj KeyToObjFunc, processDelete ProcessDeleteFunc, processCreateOrUpdate ProcessCreateOrUpdateFunc) bool

Types

type KeyToObjFunc

type KeyToObjFunc func(string) (runtime.Object, error)

type ProcessCreateOrUpdateFunc

type ProcessCreateOrUpdateFunc func(context.Context, runtime.Object) (Result, error)

type ProcessDeleteFunc

type ProcessDeleteFunc func(context.Context, string) (Result, error)

type Result

type Result struct {
	Requeue      bool
	RequeueAfter time.Duration
}

Jump to

Keyboard shortcuts

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