error

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: Apache-2.0, MIT Imports: 2 Imported by: 37

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequeueAfterError

type RequeueAfterError struct {
	// Cause is an optional cause that may be returned together with a time for requeueing.
	Cause error
	// RequeueAfter is the duration after which the request should be enqueued again.
	RequeueAfter time.Duration
}

RequeueAfterError is an error that indicates that an actuator wants a reconcile operation to be requeued again after RequeueAfter has passed.

func (*RequeueAfterError) Error

func (e *RequeueAfterError) Error() string

Jump to

Keyboard shortcuts

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