consts

package
v2.0.9 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// RequeueWithoutBackoff is the time after which the controller should requeue the request.
	RequeueWithoutBackoff = time.Millisecond * 200

	// RequeueWithBackoff is the time after which the controller should requeue the request with backoff.
	// This is useful to avoid requeuing the request too frequently in case of
	// e.g. external system errors.
	RequeueWithBackoff = time.Second * 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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