Documentation ¶
Overview ¶
Package errors contains custom error types and error utilities for reconcilers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handle ¶
Handle inspects the received error and returns either nil or the original error depending on the nature of that error. The context and message are used to produce log entries. Used to ensure a queued item is either requeued or dropped.
func IsSkippable ¶
IsSkippable returns whether the given error is skippable.
func NewSkippable ¶
NewSkippable wraps an error into a skippable type so it gets ignored by the reconciler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.