controllerutil

package
v0.0.0-...-2ff42f3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RequeueDuration = time.Second
)

Variables

This section is empty.

Functions

func Reconciled

func Reconciled() (reconcile.Result, error)

Reconciled returns an empty result with nil error to signal a successful reconcile to the controller manager

func RequeueAfter

func RequeueAfter(duration time.Duration) (reconcile.Result, error)

RequeueAfter returns an empty result with nil error to signal a successful reconcile to the controller manager, but requests that the reconcile be run again after the given duration

func RequeueWithError

func RequeueWithError(err error, logger logr.Logger, msg string, keysAndValues ...interface{}) (reconcile.Result, error)

RequeueWithError returns an empty result with the given error to signal a failed

Types

This section is empty.

Jump to

Keyboard shortcuts

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