controllers

package
v0.0.0-...-28a3943 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OperationResult

type OperationResult struct {
	RequeueDelay   time.Duration
	RequeueRequest bool
	CancelRequest  bool
}

func ContinueOperationResult

func ContinueOperationResult() OperationResult

func ContinueProcessing

func ContinueProcessing() (result OperationResult, err error)

func Requeue

func Requeue() (result OperationResult, err error)

func RequeueAfter

func RequeueAfter(delay time.Duration, errIn error) (result OperationResult, err error)

func RequeueOnErrorOrContinue

func RequeueOnErrorOrContinue(errIn error) (result OperationResult, err error)

func RequeueOnErrorOrStop

func RequeueOnErrorOrStop(errIn error) (result OperationResult, err error)

func RequeueWithError

func RequeueWithError(errIn error) (result OperationResult, err error)

func StopOperationResult

func StopOperationResult() OperationResult

func StopProcessing

func StopProcessing() (result OperationResult, err error)

func (OperationResult) RequeueOrCancel

func (r OperationResult) RequeueOrCancel() bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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