Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineReconcileResults ¶
Given a list of reconcile results, returns the one with the closest restart time.
func ErrorStrings ¶
convert a list of errors into a list of string.
Types ¶
type CombinedError ¶
type CombinedError struct {
Sources []error
}
an error implementing the error interface, that has multiple sources.
func (*CombinedError) Error ¶
func (e *CombinedError) Error() string
type TemporaryError ¶
wrapper around an error that may be solved after waiting some time.
func (*TemporaryError) Error ¶
func (e *TemporaryError) Error() string
func (*TemporaryError) Is ¶
func (e *TemporaryError) Is(target error) bool
func (*TemporaryError) ToReconcileResult ¶
func (e *TemporaryError) ToReconcileResult() reconcile.Result
func (*TemporaryError) Unwrap ¶
func (e *TemporaryError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.